Shades of Mandarian Orange #852222
Tints of Mandarian Orange #852222
RGB
CMYK
RGB Variations
Color information
#852222 (or 0x852222) is known color: Mandarian Orange. HEX triplet: 85, 22 and 22. RGB value is (133,34,34). Sum of RGB (Red+Green+Blue) = 133+34+34=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #852222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852222 is #7ADDDD. Grayscale: #3F3F3F. Windows color (decimal): -8052190 or 2237061. OLE color: 2237061.
HSL color Cylindrical-coordinate representation of color #852222: hue angle of 0º 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 #852222 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 34 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.48 |
| HSL | 0º | 0.59% | 0.33% | - |
| HSV(B) | 0º | 0.74% | 0.52% | - |
| XYZ | 10.53 | 6.25 | 2.16 | - |
| YUV | 63.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 34 | 0 | 0.74 | 0.74 | 0.48 | 0 | 0.59 | 0.33 |
| Hex | 85 | 22 | 22 | 0 | 4A | 4A | 30 | 0 | 3B | 21 |
| Octal | 205 | 42 | 42 | 0 | 112 | 112 | 60 | 0 | 73 | 41 |
| Binary | 10000101 | 100010 | 100010 | 0 | 1001010 | 1001010 | 110000 | 0 | 111011 | 100001 |
Color Harmonies of #852222
Complementary color
Monochromatic Colors of #852222
Black with #852222
Text Example
Text Example
White with #852222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852222; }
p { color: rgb(133,34,34); }
H1.HeaderClassName
{
color: #852222;
}
.AnyTagClassName
{
color: #852222;
}
</style>
background-color css
<style>
a { background-color: #852222; }
a { background-color: rgb(133,34,34); }
div.DivClassName
{
background-color: #852222;
}
.BgClassName
{
background-color: #852222;
}
</style>
border-color css
<style>
span { border-color: #852222; }
span { border-color: rgb(133,34,34); }
td.TdClassName
{
border-color: #852222;
}
.TagClassName
{
border-color: #852222;
}
</style>