Shades of Mandarian Orange #84221F
Tints of Mandarian Orange #84221F
RGB
CMYK
RGB Variations
Color information
#84221F (or 0x84221F) is known color: Mandarian Orange. HEX triplet: 84, 22 and 1F. RGB value is (132,34,31). Sum of RGB (Red+Green+Blue) = 132+34+31=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221F is #7BDDE0. Grayscale: #3F3F3F. Windows color (decimal): -8117729 or 2040452. OLE color: 2040452.
HSL color Cylindrical-coordinate representation of color #84221F: hue angle of 1.78º degrees, saturation: 0.62, 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 #84221F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 31 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.48 |
| HSL | 1.78º | 0.62% | 0.32% | - |
| HSV(B) | 1.78º | 0.77% | 0.52% | - |
| XYZ | 10.34 | 6.15 | 1.94 | - |
| YUV | 62.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 31 | 0 | 0.74 | 0.77 | 0.48 | 1.78 | 0.62 | 0.32 |
| Hex | 84 | 22 | 1F | 0 | 4A | 4D | 30 | 2 | 3E | 20 |
| Octal | 204 | 42 | 37 | 0 | 112 | 115 | 60 | 2 | 76 | 40 |
| Binary | 10000100 | 100010 | 11111 | 0 | 1001010 | 1001101 | 110000 | 10 | 111110 | 100000 |
Color Harmonies of #84221F
Complementary color
Monochromatic Colors of #84221F
Black with #84221F
Text Example
Text Example
White with #84221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84221F; }
p { color: rgb(132,34,31); }
H1.HeaderClassName
{
color: #84221F;
}
.AnyTagClassName
{
color: #84221F;
}
</style>
background-color css
<style>
a { background-color: #84221F; }
a { background-color: rgb(132,34,31); }
div.DivClassName
{
background-color: #84221F;
}
.BgClassName
{
background-color: #84221F;
}
</style>
border-color css
<style>
span { border-color: #84221F; }
span { border-color: rgb(132,34,31); }
td.TdClassName
{
border-color: #84221F;
}
.TagClassName
{
border-color: #84221F;
}
</style>