Shades of Mandarian Orange #902222
Tints of Mandarian Orange #902222
RGB
CMYK
RGB Variations
Color information
#902222 (or 0x902222) is known color: Mandarian Orange. HEX triplet: 90, 22 and 22. RGB value is (144,34,34). Sum of RGB (Red+Green+Blue) = 144+34+34=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902222 is #6FDDDD. Grayscale: #424242. Windows color (decimal): -7331294 or 2237072. OLE color: 2237072.
HSL color Cylindrical-coordinate representation of color #902222: hue angle of 0º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902222 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 34 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.44 |
| HSL | 0º | 0.62% | 0.35% | - |
| HSV(B) | 0º | 0.76% | 0.56% | - |
| XYZ | 12.36 | 7.19 | 2.25 | - |
| YUV | 66.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 34 | 0 | 0.76 | 0.76 | 0.44 | 0 | 0.62 | 0.35 |
| Hex | 90 | 22 | 22 | 0 | 4C | 4C | 2C | 0 | 3E | 23 |
| Octal | 220 | 42 | 42 | 0 | 114 | 114 | 54 | 0 | 76 | 43 |
| Binary | 10010000 | 100010 | 100010 | 0 | 1001100 | 1001100 | 101100 | 0 | 111110 | 100011 |
Color Harmonies of #902222
Complementary color
Monochromatic Colors of #902222
Black with #902222
Text Example
Text Example
White with #902222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902222; }
p { color: rgb(144,34,34); }
H1.HeaderClassName
{
color: #902222;
}
.AnyTagClassName
{
color: #902222;
}
</style>
background-color css
<style>
a { background-color: #902222; }
a { background-color: rgb(144,34,34); }
div.DivClassName
{
background-color: #902222;
}
.BgClassName
{
background-color: #902222;
}
</style>
border-color css
<style>
span { border-color: #902222; }
span { border-color: rgb(144,34,34); }
td.TdClassName
{
border-color: #902222;
}
.TagClassName
{
border-color: #902222;
}
</style>