crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#882c37 hex color - Red - Warm color - Information

#882c37 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #882c37 Color code in RGB color code model is created after adding 53.33% red color, 17.25% green color and 21.57% blue color. Hex #882c37 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 60% yellow and 47% black.

Hex #882c37 color code is between #773333 web safe hex color code and #992244 web safe hex color code. #773333 is the nearest web safe color code. You can see here many more shades of #882c37 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code882c37#882c37
RGB Decimal136, 44, 55rgb(136, 44, 55)
RGB Percent53%, 17%, 22%rgb(53%, 17%, 22%)
CSS RGBa136, 44, 55,1rgba(136,44,55,1)
CMYK Modelcmyk(0%,68%,60%,47%)
HSL Color Space353,51% ,35%hsl(353,51% ,35%)
HSV Color Space353°, 68%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010000010110000110111
Octal2105467
Decimal1364455
Hex882c37

Different shades of #882c37 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #882c37
#af3847
Dark Shade of #882c37
#612027
Saturated Shade of #882c37
#912330
Desaturated Shade of #882c37
#7f353e
Grey scale Shade of #882c37
#5a5a5a
Brighten Shade
#a14550
Most Readable Shade
#FFFFFF

Shades of #882c37 color code

Generate more color scales with scales (color stack) generator.

#882c37
#782730
#69222a
#5a1d24
#4b181e
#3c1318
#2d0e12
#1e090c
#0f0406
#000000

Similar Color like #882c37 color

Find visually similar hex color codes nearing to #882c37 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#892d38
#8a2e39
#8b2f3a
#8c303b
#8d313c
#8e323d
#8f333e
#90343f
#913540
#923641
#933742
#943843
#953944
#963a45
#872b36
#862a35
#852934
#842833
#832732
#822631
#812530
#80242f
#7f232e
#7e222d
#7d212c
#7c202b
#7b1f2a
#7a1e29

Monochromatic Color with #882c37

#882c37
#b33a48
#dd4859
#080303
#331015
#5d1e26

Tints of #882c37 Color

#882c37
#95434d
#a25a63
#af7279
#bc898f
#caa1a6
#d7b8bc
#e4d0d2
#f1e7e8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#882c37
#2c887d

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#882c37
#2c884f
#2c6588

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#882c5c
#882c49
#882c37
#88332c
#88462c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#882c37
#37882c
#2c3788

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#882c37
#65882c
#2c887d
#4f2c88

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#882c37
#2c887d
#2c6588
#884f2c

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #882c37 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#882c37 Color Code Preview on Black Background Color

This is how #882c37 Color will look on black background color. Color contrast ratio is 2.46

#882c37 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#882c37">Your Example Paragraph content text in with font color #882c37 </p>

Your Example Paragraph content text in with font color #882c37

HTML with inline CSS

<div style="color:#882c37">Your Paragraph text in with font color #882c37 </div>

Your Example Paragraph content text in with font color #882c37

#882c37 color code is use for CSS Background Color

Background color for the above div is #882c37

HTML with inline CSS

<div style="background-color:#882c37;"></div>

#882c37 color code is use for CSS Border Color

CSS Border color for the above div is #882c37

HTML with inline CSS

<div style="border:5px solid #882c37;"></div>

CSS Border Left color for the above div is #882c37

HTML with inline CSS

<div style="border-left:5px solid #882c37;"></div>

CSS Border Right color for the above div is #882c37

HTML with inline CSS

<div style="border-right:5px solid #882c37;"></div>

CSS Border Bottom color for the above div is #882c37

HTML with inline CSS

<div style="border-bottom:5px solid #882c37;"></div>

CSS Border Top color for the above div is #882c37

HTML with inline CSS

<div style="border-top:5px solid #882c37;"></div>

#882c37 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#882c37; } .examplecolorclass {color:#882c37; } .examplebordercolor {border:3px solid #882c37; }

#882c37 Color code Preview on White Background

This is how #882c37 Color code will look on white background color. Color contrast ratio is 8.53

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #882c37; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #882c37; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.