Shades of Mandarian Orange #872A2A
Tints of Mandarian Orange #872A2A
RGB
CMYK
RGB Variations
Color information
#872A2A (or 0x872A2A) is known color: Mandarian Orange. HEX triplet: 87, 2A and 2A. RGB value is (135,42,42). Sum of RGB (Red+Green+Blue) = 135+42+42=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2A is #78D5D5. Grayscale: #454545. Windows color (decimal): -7919062 or 2763399. OLE color: 2763399.
HSL color Cylindrical-coordinate representation of color #872A2A: hue angle of 0º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A2A is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 42 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.47 |
| HSL | 0º | 0.53% | 0.35% | - |
| HSV(B) | 0º | 0.69% | 0.53% | - |
| XYZ | 11.24 | 6.97 | 2.94 | - |
| YUV | 69.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 42 | 0 | 0.69 | 0.69 | 0.47 | 0 | 0.53 | 0.35 |
| Hex | 87 | 2A | 2A | 0 | 45 | 45 | 2F | 0 | 35 | 23 |
| Octal | 207 | 52 | 52 | 0 | 105 | 105 | 57 | 0 | 65 | 43 |
| Binary | 10000111 | 101010 | 101010 | 0 | 1000101 | 1000101 | 101111 | 0 | 110101 | 100011 |
Color Harmonies of #872A2A
Complementary color
Monochromatic Colors of #872A2A
Black with #872A2A
Text Example
Text Example
White with #872A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A2A; }
p { color: rgb(135,42,42); }
H1.HeaderClassName
{
color: #872A2A;
}
.AnyTagClassName
{
color: #872A2A;
}
</style>
background-color css
<style>
a { background-color: #872A2A; }
a { background-color: rgb(135,42,42); }
div.DivClassName
{
background-color: #872A2A;
}
.BgClassName
{
background-color: #872A2A;
}
</style>
border-color css
<style>
span { border-color: #872A2A; }
span { border-color: rgb(135,42,42); }
td.TdClassName
{
border-color: #872A2A;
}
.TagClassName
{
border-color: #872A2A;
}
</style>