Shades of Mandarian Orange #8C281F
Tints of Mandarian Orange #8C281F
RGB
CMYK
RGB Variations
Color information
#8C281F (or 0x8C281F) is known color: Mandarian Orange. HEX triplet: 8C, 28 and 1F. RGB value is (140,40,31). Sum of RGB (Red+Green+Blue) = 140+40+31=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C281F is #73D7E0. Grayscale: #454545. Windows color (decimal): -7591905 or 2041996. OLE color: 2041996.
HSL color Cylindrical-coordinate representation of color #8C281F: hue angle of 4.95º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C281F is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 31 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.45 |
| HSL | 4.95º | 0.64% | 0.34% | - |
| HSV(B) | 4.95º | 0.78% | 0.55% | - |
| XYZ | 11.82 | 7.19 | 2.06 | - |
| YUV | 68.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 31 | 0 | 0.71 | 0.78 | 0.45 | 4.95 | 0.64 | 0.34 |
| Hex | 8C | 28 | 1F | 0 | 47 | 4E | 2D | 5 | 40 | 22 |
| Octal | 214 | 50 | 37 | 0 | 107 | 116 | 55 | 5 | 100 | 42 |
| Binary | 10001100 | 101000 | 11111 | 0 | 1000111 | 1001110 | 101101 | 101 | 1000000 | 100010 |
Color Harmonies of #8C281F
Complementary color
Monochromatic Colors of #8C281F
Black with #8C281F
Text Example
Text Example
White with #8C281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C281F; }
p { color: rgb(140,40,31); }
H1.HeaderClassName
{
color: #8C281F;
}
.AnyTagClassName
{
color: #8C281F;
}
</style>
background-color css
<style>
a { background-color: #8C281F; }
a { background-color: rgb(140,40,31); }
div.DivClassName
{
background-color: #8C281F;
}
.BgClassName
{
background-color: #8C281F;
}
</style>
border-color css
<style>
span { border-color: #8C281F; }
span { border-color: rgb(140,40,31); }
td.TdClassName
{
border-color: #8C281F;
}
.TagClassName
{
border-color: #8C281F;
}
</style>