Shades of Mandarian Orange #8F221F
Tints of Mandarian Orange #8F221F
RGB
CMYK
RGB Variations
Color information
#8F221F (or 0x8F221F) is known color: Mandarian Orange. HEX triplet: 8F, 22 and 1F. RGB value is (143,34,31). Sum of RGB (Red+Green+Blue) = 143+34+31=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F221F is #70DDE0. Grayscale: #424242. Windows color (decimal): -7396833 or 2040463. OLE color: 2040463.
HSL color Cylindrical-coordinate representation of color #8F221F: hue angle of 1.61º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F221F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 31 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.44 |
| HSL | 1.61º | 0.64% | 0.34% | - |
| HSV(B) | 1.61º | 0.78% | 0.56% | - |
| XYZ | 12.15 | 7.08 | 2.02 | - |
| YUV | 66.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 31 | 0 | 0.76 | 0.78 | 0.44 | 1.61 | 0.64 | 0.34 |
| Hex | 8F | 22 | 1F | 0 | 4C | 4E | 2C | 2 | 40 | 22 |
| Octal | 217 | 42 | 37 | 0 | 114 | 116 | 54 | 2 | 100 | 42 |
| Binary | 10001111 | 100010 | 11111 | 0 | 1001100 | 1001110 | 101100 | 10 | 1000000 | 100010 |
Color Harmonies of #8F221F
Complementary color
Monochromatic Colors of #8F221F
Black with #8F221F
Text Example
Text Example
White with #8F221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F221F; }
p { color: rgb(143,34,31); }
H1.HeaderClassName
{
color: #8F221F;
}
.AnyTagClassName
{
color: #8F221F;
}
</style>
background-color css
<style>
a { background-color: #8F221F; }
a { background-color: rgb(143,34,31); }
div.DivClassName
{
background-color: #8F221F;
}
.BgClassName
{
background-color: #8F221F;
}
</style>
border-color css
<style>
span { border-color: #8F221F; }
span { border-color: rgb(143,34,31); }
td.TdClassName
{
border-color: #8F221F;
}
.TagClassName
{
border-color: #8F221F;
}
</style>