Shades of Mandarian Orange #8F2B27
Tints of Mandarian Orange #8F2B27
RGB
CMYK
RGB Variations
Color information
#8F2B27 (or 0x8F2B27) is known color: Mandarian Orange. HEX triplet: 8F, 2B and 27. RGB value is (143,43,39). Sum of RGB (Red+Green+Blue) = 143+43+39=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B27 is #70D4D8. Grayscale: #484848. Windows color (decimal): -7394521 or 2567055. OLE color: 2567055.
HSL color Cylindrical-coordinate representation of color #8F2B27: hue angle of 2.31º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2B27 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 39 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.44 |
| HSL | 2.31º | 0.57% | 0.36% | - |
| HSV(B) | 2.31º | 0.73% | 0.56% | - |
| XYZ | 12.56 | 7.71 | 2.75 | - |
| YUV | 72.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 39 | 0 | 0.70 | 0.73 | 0.44 | 2.31 | 0.57 | 0.36 |
| Hex | 8F | 2B | 27 | 0 | 46 | 49 | 2C | 2 | 39 | 24 |
| Octal | 217 | 53 | 47 | 0 | 106 | 111 | 54 | 2 | 71 | 44 |
| Binary | 10001111 | 101011 | 100111 | 0 | 1000110 | 1001001 | 101100 | 10 | 111001 | 100100 |
Color Harmonies of #8F2B27
Complementary color
Monochromatic Colors of #8F2B27
Black with #8F2B27
Text Example
Text Example
White with #8F2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B27; }
p { color: rgb(143,43,39); }
H1.HeaderClassName
{
color: #8F2B27;
}
.AnyTagClassName
{
color: #8F2B27;
}
</style>
background-color css
<style>
a { background-color: #8F2B27; }
a { background-color: rgb(143,43,39); }
div.DivClassName
{
background-color: #8F2B27;
}
.BgClassName
{
background-color: #8F2B27;
}
</style>
border-color css
<style>
span { border-color: #8F2B27; }
span { border-color: rgb(143,43,39); }
td.TdClassName
{
border-color: #8F2B27;
}
.TagClassName
{
border-color: #8F2B27;
}
</style>