Shades of Mandarian Orange #8C2619
Tints of Mandarian Orange #8C2619
RGB
CMYK
RGB Variations
Color information
#8C2619 (or 0x8C2619) is known color: Mandarian Orange. HEX triplet: 8C, 26 and 19. RGB value is (140,38,25). Sum of RGB (Red+Green+Blue) = 140+38+25=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2619 is #73D9E6. Grayscale: #434343. Windows color (decimal): -7592423 or 1648268. OLE color: 1648268.
HSL color Cylindrical-coordinate representation of color #8C2619: hue angle of 6.78º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2619 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 25 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.45 |
| HSL | 6.78º | 0.7% | 0.32% | - |
| HSV(B) | 6.78º | 0.82% | 0.55% | - |
| XYZ | 11.68 | 7.03 | 1.66 | - |
| YUV | 67.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 25 | 0 | 0.73 | 0.82 | 0.45 | 6.78 | 0.7 | 0.32 |
| Hex | 8C | 26 | 19 | 0 | 49 | 52 | 2D | 7 | 46 | 20 |
| Octal | 214 | 46 | 31 | 0 | 111 | 122 | 55 | 7 | 106 | 40 |
| Binary | 10001100 | 100110 | 11001 | 0 | 1001001 | 1010010 | 101101 | 111 | 1000110 | 100000 |
Color Harmonies of #8C2619
Complementary color
Monochromatic Colors of #8C2619
Black with #8C2619
Text Example
Text Example
White with #8C2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2619; }
p { color: rgb(140,38,25); }
H1.HeaderClassName
{
color: #8C2619;
}
.AnyTagClassName
{
color: #8C2619;
}
</style>
background-color css
<style>
a { background-color: #8C2619; }
a { background-color: rgb(140,38,25); }
div.DivClassName
{
background-color: #8C2619;
}
.BgClassName
{
background-color: #8C2619;
}
</style>
border-color css
<style>
span { border-color: #8C2619; }
span { border-color: rgb(140,38,25); }
td.TdClassName
{
border-color: #8C2619;
}
.TagClassName
{
border-color: #8C2619;
}
</style>