Shades of Mandarian Orange #8C2928
Tints of Mandarian Orange #8C2928
RGB
CMYK
RGB Variations
Color information
#8C2928 (or 0x8C2928) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 28. RGB value is (140,41,40). Sum of RGB (Red+Green+Blue) = 140+41+40=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2928 is #73D6D7. Grayscale: #464646. Windows color (decimal): -7591640 or 2632076. OLE color: 2632076.
HSL color Cylindrical-coordinate representation of color #8C2928: hue angle of 0.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2928 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 40 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.45 |
| HSL | 0.6º | 0.56% | 0.35% | - |
| HSV(B) | 0.6º | 0.71% | 0.55% | - |
| XYZ | 11.99 | 7.31 | 2.79 | - |
| YUV | 70.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 40 | 0 | 0.71 | 0.71 | 0.45 | 0.6 | 0.56 | 0.35 |
| Hex | 8C | 29 | 28 | 0 | 47 | 47 | 2D | 1 | 38 | 23 |
| Octal | 214 | 51 | 50 | 0 | 107 | 107 | 55 | 1 | 70 | 43 |
| Binary | 10001100 | 101001 | 101000 | 0 | 1000111 | 1000111 | 101101 | 1 | 111000 | 100011 |
Color Harmonies of #8C2928
Complementary color
Monochromatic Colors of #8C2928
Black with #8C2928
Text Example
Text Example
White with #8C2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2928; }
p { color: rgb(140,41,40); }
H1.HeaderClassName
{
color: #8C2928;
}
.AnyTagClassName
{
color: #8C2928;
}
</style>
background-color css
<style>
a { background-color: #8C2928; }
a { background-color: rgb(140,41,40); }
div.DivClassName
{
background-color: #8C2928;
}
.BgClassName
{
background-color: #8C2928;
}
</style>
border-color css
<style>
span { border-color: #8C2928; }
span { border-color: rgb(140,41,40); }
td.TdClassName
{
border-color: #8C2928;
}
.TagClassName
{
border-color: #8C2928;
}
</style>