Shades of Mandarian Orange #872A24
Tints of Mandarian Orange #872A24
RGB
CMYK
RGB Variations
Color information
#872A24 (or 0x872A24) is known color: Mandarian Orange. HEX triplet: 87, 2A and 24. RGB value is (135,42,36). Sum of RGB (Red+Green+Blue) = 135+42+36=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #872A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A24 is #78D5DB. Grayscale: #454545. Windows color (decimal): -7919068 or 2370183. OLE color: 2370183.
HSL color Cylindrical-coordinate representation of color #872A24: hue angle of 3.64º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872A24 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 36 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.47 |
| HSL | 3.64º | 0.58% | 0.34% | - |
| HSV(B) | 3.64º | 0.73% | 0.53% | - |
| XYZ | 11.14 | 6.93 | 2.42 | - |
| YUV | 69.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 36 | 0 | 0.69 | 0.73 | 0.47 | 3.64 | 0.58 | 0.34 |
| Hex | 87 | 2A | 24 | 0 | 45 | 49 | 2F | 4 | 3A | 22 |
| Octal | 207 | 52 | 44 | 0 | 105 | 111 | 57 | 4 | 72 | 42 |
| Binary | 10000111 | 101010 | 100100 | 0 | 1000101 | 1001001 | 101111 | 100 | 111010 | 100010 |
Color Harmonies of #872A24
Complementary color
Monochromatic Colors of #872A24
Black with #872A24
Text Example
Text Example
White with #872A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A24; }
p { color: rgb(135,42,36); }
H1.HeaderClassName
{
color: #872A24;
}
.AnyTagClassName
{
color: #872A24;
}
</style>
background-color css
<style>
a { background-color: #872A24; }
a { background-color: rgb(135,42,36); }
div.DivClassName
{
background-color: #872A24;
}
.BgClassName
{
background-color: #872A24;
}
</style>
border-color css
<style>
span { border-color: #872A24; }
span { border-color: rgb(135,42,36); }
td.TdClassName
{
border-color: #872A24;
}
.TagClassName
{
border-color: #872A24;
}
</style>