Shades of Mandarian Orange #8E2927
Tints of Mandarian Orange #8E2927
RGB
CMYK
RGB Variations
Color information
#8E2927 (or 0x8E2927) is known color: Mandarian Orange. HEX triplet: 8E, 29 and 27. RGB value is (142,41,39). Sum of RGB (Red+Green+Blue) = 142+41+39=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2927 is #71D6D8. Grayscale: #474747. Windows color (decimal): -7460569 or 2566542. OLE color: 2566542.
HSL color Cylindrical-coordinate representation of color #8E2927: hue angle of 1.17º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2927 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 39 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.44 |
| HSL | 1.17º | 0.57% | 0.35% | - |
| HSV(B) | 1.17º | 0.73% | 0.56% | - |
| XYZ | 12.31 | 7.48 | 2.71 | - |
| YUV | 70.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 39 | 0 | 0.71 | 0.73 | 0.44 | 1.17 | 0.57 | 0.35 |
| Hex | 8E | 29 | 27 | 0 | 47 | 49 | 2C | 1 | 39 | 23 |
| Octal | 216 | 51 | 47 | 0 | 107 | 111 | 54 | 1 | 71 | 43 |
| Binary | 10001110 | 101001 | 100111 | 0 | 1000111 | 1001001 | 101100 | 1 | 111001 | 100011 |
Color Harmonies of #8E2927
Complementary color
Monochromatic Colors of #8E2927
Black with #8E2927
Text Example
Text Example
White with #8E2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2927; }
p { color: rgb(142,41,39); }
H1.HeaderClassName
{
color: #8E2927;
}
.AnyTagClassName
{
color: #8E2927;
}
</style>
background-color css
<style>
a { background-color: #8E2927; }
a { background-color: rgb(142,41,39); }
div.DivClassName
{
background-color: #8E2927;
}
.BgClassName
{
background-color: #8E2927;
}
</style>
border-color css
<style>
span { border-color: #8E2927; }
span { border-color: rgb(142,41,39); }
td.TdClassName
{
border-color: #8E2927;
}
.TagClassName
{
border-color: #8E2927;
}
</style>