Shades of Mandarian Orange #8C291D
Tints of Mandarian Orange #8C291D
RGB
CMYK
RGB Variations
Color information
#8C291D (or 0x8C291D) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 1D. RGB value is (140,41,29). Sum of RGB (Red+Green+Blue) = 140+41+29=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C291D is #73D6E2. Grayscale: #454545. Windows color (decimal): -7591651 or 1911180. OLE color: 1911180.
HSL color Cylindrical-coordinate representation of color #8C291D: hue angle of 6.49º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C291D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 29 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.45 |
| HSL | 6.49º | 0.66% | 0.33% | - |
| HSV(B) | 6.49º | 0.79% | 0.55% | - |
| XYZ | 11.83 | 7.25 | 1.94 | - |
| YUV | 69.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 29 | 0 | 0.71 | 0.79 | 0.45 | 6.49 | 0.66 | 0.33 |
| Hex | 8C | 29 | 1D | 0 | 47 | 4F | 2D | 6 | 42 | 21 |
| Octal | 214 | 51 | 35 | 0 | 107 | 117 | 55 | 6 | 102 | 41 |
| Binary | 10001100 | 101001 | 11101 | 0 | 1000111 | 1001111 | 101101 | 110 | 1000010 | 100001 |
Color Harmonies of #8C291D
Complementary color
Monochromatic Colors of #8C291D
Black with #8C291D
Text Example
Text Example
White with #8C291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C291D; }
p { color: rgb(140,41,29); }
H1.HeaderClassName
{
color: #8C291D;
}
.AnyTagClassName
{
color: #8C291D;
}
</style>
background-color css
<style>
a { background-color: #8C291D; }
a { background-color: rgb(140,41,29); }
div.DivClassName
{
background-color: #8C291D;
}
.BgClassName
{
background-color: #8C291D;
}
</style>
border-color css
<style>
span { border-color: #8C291D; }
span { border-color: rgb(140,41,29); }
td.TdClassName
{
border-color: #8C291D;
}
.TagClassName
{
border-color: #8C291D;
}
</style>