Shades of Mandarian Orange #8F2A2A
Tints of Mandarian Orange #8F2A2A
RGB
CMYK
RGB Variations
Color information
#8F2A2A (or 0x8F2A2A) is known color: Mandarian Orange. HEX triplet: 8F, 2A and 2A. RGB value is (143,42,42). Sum of RGB (Red+Green+Blue) = 143+42+42=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A2A is #70D5D5. Grayscale: #484848. Windows color (decimal): -7394774 or 2763407. OLE color: 2763407.
HSL color Cylindrical-coordinate representation of color #8F2A2A: hue angle of 0º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2A2A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 42 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.44 |
| HSL | 0º | 0.55% | 0.36% | - |
| HSV(B) | 0º | 0.71% | 0.56% | - |
| XYZ | 12.57 | 7.66 | 3.01 | - |
| YUV | 72.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 42 | 0 | 0.71 | 0.71 | 0.44 | 0 | 0.55 | 0.36 |
| Hex | 8F | 2A | 2A | 0 | 47 | 47 | 2C | 0 | 37 | 24 |
| Octal | 217 | 52 | 52 | 0 | 107 | 107 | 54 | 0 | 67 | 44 |
| Binary | 10001111 | 101010 | 101010 | 0 | 1000111 | 1000111 | 101100 | 0 | 110111 | 100100 |
Color Harmonies of #8F2A2A
Complementary color
Monochromatic Colors of #8F2A2A
Black with #8F2A2A
Text Example
Text Example
White with #8F2A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A2A; }
p { color: rgb(143,42,42); }
H1.HeaderClassName
{
color: #8F2A2A;
}
.AnyTagClassName
{
color: #8F2A2A;
}
</style>
background-color css
<style>
a { background-color: #8F2A2A; }
a { background-color: rgb(143,42,42); }
div.DivClassName
{
background-color: #8F2A2A;
}
.BgClassName
{
background-color: #8F2A2A;
}
</style>
border-color css
<style>
span { border-color: #8F2A2A; }
span { border-color: rgb(143,42,42); }
td.TdClassName
{
border-color: #8F2A2A;
}
.TagClassName
{
border-color: #8F2A2A;
}
</style>