Shades of Mandarian Orange #8C2824
Tints of Mandarian Orange #8C2824
RGB
CMYK
RGB Variations
Color information
#8C2824 (or 0x8C2824) is known color: Mandarian Orange. HEX triplet: 8C, 28 and 24. RGB value is (140,40,36). Sum of RGB (Red+Green+Blue) = 140+40+36=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2824 is #73D7DB. Grayscale: #454545. Windows color (decimal): -7591900 or 2369676. OLE color: 2369676.
HSL color Cylindrical-coordinate representation of color #8C2824: hue angle of 2.31º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2824 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 36 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.45 |
| HSL | 2.31º | 0.59% | 0.35% | - |
| HSV(B) | 2.31º | 0.74% | 0.55% | - |
| XYZ | 11.89 | 7.22 | 2.44 | - |
| YUV | 69.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 36 | 0 | 0.71 | 0.74 | 0.45 | 2.31 | 0.59 | 0.35 |
| Hex | 8C | 28 | 24 | 0 | 47 | 4A | 2D | 2 | 3B | 23 |
| Octal | 214 | 50 | 44 | 0 | 107 | 112 | 55 | 2 | 73 | 43 |
| Binary | 10001100 | 101000 | 100100 | 0 | 1000111 | 1001010 | 101101 | 10 | 111011 | 100011 |
Color Harmonies of #8C2824
Complementary color
Monochromatic Colors of #8C2824
Black with #8C2824
Text Example
Text Example
White with #8C2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2824; }
p { color: rgb(140,40,36); }
H1.HeaderClassName
{
color: #8C2824;
}
.AnyTagClassName
{
color: #8C2824;
}
</style>
background-color css
<style>
a { background-color: #8C2824; }
a { background-color: rgb(140,40,36); }
div.DivClassName
{
background-color: #8C2824;
}
.BgClassName
{
background-color: #8C2824;
}
</style>
border-color css
<style>
span { border-color: #8C2824; }
span { border-color: rgb(140,40,36); }
td.TdClassName
{
border-color: #8C2824;
}
.TagClassName
{
border-color: #8C2824;
}
</style>