Shades of Mandarian Orange #8F2921
Tints of Mandarian Orange #8F2921
RGB
CMYK
RGB Variations
Color information
#8F2921 (or 0x8F2921) is known color: Mandarian Orange. HEX triplet: 8F, 29 and 21. RGB value is (143,41,33). Sum of RGB (Red+Green+Blue) = 143+41+33=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2921 is #70D6DE. Grayscale: #464646. Windows color (decimal): -7395039 or 2173327. OLE color: 2173327.
HSL color Cylindrical-coordinate representation of color #8F2921: hue angle of 4.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2921 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 33 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.44 |
| HSL | 4.36º | 0.63% | 0.35% | - |
| HSV(B) | 4.36º | 0.77% | 0.56% | - |
| XYZ | 12.4 | 7.54 | 2.24 | - |
| YUV | 70.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 33 | 0 | 0.71 | 0.77 | 0.44 | 4.36 | 0.63 | 0.35 |
| Hex | 8F | 29 | 21 | 0 | 47 | 4D | 2C | 4 | 3E | 23 |
| Octal | 217 | 51 | 41 | 0 | 107 | 115 | 54 | 4 | 76 | 43 |
| Binary | 10001111 | 101001 | 100001 | 0 | 1000111 | 1001101 | 101100 | 100 | 111110 | 100011 |
Color Harmonies of #8F2921
Complementary color
Monochromatic Colors of #8F2921
Black with #8F2921
Text Example
Text Example
White with #8F2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2921; }
p { color: rgb(143,41,33); }
H1.HeaderClassName
{
color: #8F2921;
}
.AnyTagClassName
{
color: #8F2921;
}
</style>
background-color css
<style>
a { background-color: #8F2921; }
a { background-color: rgb(143,41,33); }
div.DivClassName
{
background-color: #8F2921;
}
.BgClassName
{
background-color: #8F2921;
}
</style>
border-color css
<style>
span { border-color: #8F2921; }
span { border-color: rgb(143,41,33); }
td.TdClassName
{
border-color: #8F2921;
}
.TagClassName
{
border-color: #8F2921;
}
</style>