Shades of Mandarian Orange #842322
Tints of Mandarian Orange #842322
RGB
CMYK
RGB Variations
Color information
#842322 (or 0x842322) is known color: Mandarian Orange. HEX triplet: 84, 23 and 22. RGB value is (132,35,34). Sum of RGB (Red+Green+Blue) = 132+35+34=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #842322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842322 is #7BDCDD. Grayscale: #3F3F3F. Windows color (decimal): -8117470 or 2237316. OLE color: 2237316.
HSL color Cylindrical-coordinate representation of color #842322: hue angle of 0.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842322 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 34 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.48 |
| HSL | 0.61º | 0.59% | 0.33% | - |
| HSV(B) | 0.61º | 0.74% | 0.52% | - |
| XYZ | 10.41 | 6.22 | 2.17 | - |
| YUV | 63.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 34 | 0 | 0.73 | 0.74 | 0.48 | 0.61 | 0.59 | 0.33 |
| Hex | 84 | 23 | 22 | 0 | 49 | 4A | 30 | 1 | 3B | 21 |
| Octal | 204 | 43 | 42 | 0 | 111 | 112 | 60 | 1 | 73 | 41 |
| Binary | 10000100 | 100011 | 100010 | 0 | 1001001 | 1001010 | 110000 | 1 | 111011 | 100001 |
Color Harmonies of #842322
Complementary color
Monochromatic Colors of #842322
Black with #842322
Text Example
Text Example
White with #842322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842322; }
p { color: rgb(132,35,34); }
H1.HeaderClassName
{
color: #842322;
}
.AnyTagClassName
{
color: #842322;
}
</style>
background-color css
<style>
a { background-color: #842322; }
a { background-color: rgb(132,35,34); }
div.DivClassName
{
background-color: #842322;
}
.BgClassName
{
background-color: #842322;
}
</style>
border-color css
<style>
span { border-color: #842322; }
span { border-color: rgb(132,35,34); }
td.TdClassName
{
border-color: #842322;
}
.TagClassName
{
border-color: #842322;
}
</style>