Shades of Mandarian Orange #84221E
Tints of Mandarian Orange #84221E
RGB
CMYK
RGB Variations
Color information
#84221E (or 0x84221E) is known color: Mandarian Orange. HEX triplet: 84, 22 and 1E. RGB value is (132,34,30). Sum of RGB (Red+Green+Blue) = 132+34+30=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221E is #7BDDE1. Grayscale: #3E3E3E. Windows color (decimal): -8117730 or 1974916. OLE color: 1974916.
HSL color Cylindrical-coordinate representation of color #84221E: hue angle of 2.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84221E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 30 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.48 |
| HSL | 2.35º | 0.63% | 0.32% | - |
| HSV(B) | 2.35º | 0.77% | 0.52% | - |
| XYZ | 10.32 | 6.14 | 1.87 | - |
| YUV | 62.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 30 | 0 | 0.74 | 0.77 | 0.48 | 2.35 | 0.63 | 0.32 |
| Hex | 84 | 22 | 1E | 0 | 4A | 4D | 30 | 2 | 3F | 20 |
| Octal | 204 | 42 | 36 | 0 | 112 | 115 | 60 | 2 | 77 | 40 |
| Binary | 10000100 | 100010 | 11110 | 0 | 1001010 | 1001101 | 110000 | 10 | 111111 | 100000 |
Color Harmonies of #84221E
Complementary color
Monochromatic Colors of #84221E
Black with #84221E
Text Example
Text Example
White with #84221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84221E; }
p { color: rgb(132,34,30); }
H1.HeaderClassName
{
color: #84221E;
}
.AnyTagClassName
{
color: #84221E;
}
</style>
background-color css
<style>
a { background-color: #84221E; }
a { background-color: rgb(132,34,30); }
div.DivClassName
{
background-color: #84221E;
}
.BgClassName
{
background-color: #84221E;
}
</style>
border-color css
<style>
span { border-color: #84221E; }
span { border-color: rgb(132,34,30); }
td.TdClassName
{
border-color: #84221E;
}
.TagClassName
{
border-color: #84221E;
}
</style>