Shades of Mandarian Orange #902A21
Tints of Mandarian Orange #902A21
RGB
CMYK
RGB Variations
Color information
#902A21 (or 0x902A21) is known color: Mandarian Orange. HEX triplet: 90, 2A and 21. RGB value is (144,42,33). Sum of RGB (Red+Green+Blue) = 144+42+33=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #902A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A21 is #6FD5DE. Grayscale: #474747. Windows color (decimal): -7329247 or 2173584. OLE color: 2173584.
HSL color Cylindrical-coordinate representation of color #902A21: hue angle of 4.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902A21 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 33 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.44 |
| HSL | 4.86º | 0.63% | 0.35% | - |
| HSV(B) | 4.86º | 0.77% | 0.56% | - |
| XYZ | 12.6 | 7.7 | 2.26 | - |
| YUV | 71.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 33 | 0 | 0.71 | 0.77 | 0.44 | 4.86 | 0.63 | 0.35 |
| Hex | 90 | 2A | 21 | 0 | 47 | 4D | 2C | 5 | 3F | 23 |
| Octal | 220 | 52 | 41 | 0 | 107 | 115 | 54 | 5 | 77 | 43 |
| Binary | 10010000 | 101010 | 100001 | 0 | 1000111 | 1001101 | 101100 | 101 | 111111 | 100011 |
Color Harmonies of #902A21
Complementary color
Monochromatic Colors of #902A21
Black with #902A21
Text Example
Text Example
White with #902A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A21; }
p { color: rgb(144,42,33); }
H1.HeaderClassName
{
color: #902A21;
}
.AnyTagClassName
{
color: #902A21;
}
</style>
background-color css
<style>
a { background-color: #902A21; }
a { background-color: rgb(144,42,33); }
div.DivClassName
{
background-color: #902A21;
}
.BgClassName
{
background-color: #902A21;
}
</style>
border-color css
<style>
span { border-color: #902A21; }
span { border-color: rgb(144,42,33); }
td.TdClassName
{
border-color: #902A21;
}
.TagClassName
{
border-color: #902A21;
}
</style>