Shades of Mandarian Orange #862A2A
Tints of Mandarian Orange #862A2A
RGB
CMYK
RGB Variations
Color information
#862A2A (or 0x862A2A) is known color: Mandarian Orange. HEX triplet: 86, 2A and 2A. RGB value is (134,42,42). Sum of RGB (Red+Green+Blue) = 134+42+42=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #862A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A2A is #79D5D5. Grayscale: #454545. Windows color (decimal): -7984598 or 2763398. OLE color: 2763398.
HSL color Cylindrical-coordinate representation of color #862A2A: hue angle of 0º degrees, saturation: 0.52, 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 #862A2A is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 42 | 42 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.47 |
| HSL | 0º | 0.52% | 0.35% | - |
| HSV(B) | 0º | 0.69% | 0.53% | - |
| XYZ | 11.08 | 6.89 | 2.94 | - |
| YUV | 69.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 42 | 0 | 0.69 | 0.69 | 0.47 | 0 | 0.52 | 0.35 |
| Hex | 86 | 2A | 2A | 0 | 45 | 45 | 2F | 0 | 34 | 23 |
| Octal | 206 | 52 | 52 | 0 | 105 | 105 | 57 | 0 | 64 | 43 |
| Binary | 10000110 | 101010 | 101010 | 0 | 1000101 | 1000101 | 101111 | 0 | 110100 | 100011 |
Color Harmonies of #862A2A
Complementary color
Monochromatic Colors of #862A2A
Black with #862A2A
Text Example
Text Example
White with #862A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862A2A; }
p { color: rgb(134,42,42); }
H1.HeaderClassName
{
color: #862A2A;
}
.AnyTagClassName
{
color: #862A2A;
}
</style>
background-color css
<style>
a { background-color: #862A2A; }
a { background-color: rgb(134,42,42); }
div.DivClassName
{
background-color: #862A2A;
}
.BgClassName
{
background-color: #862A2A;
}
</style>
border-color css
<style>
span { border-color: #862A2A; }
span { border-color: rgb(134,42,42); }
td.TdClassName
{
border-color: #862A2A;
}
.TagClassName
{
border-color: #862A2A;
}
</style>