Shades of Mandarian Orange #902A23
Tints of Mandarian Orange #902A23
RGB
CMYK
RGB Variations
Color information
#902A23 (or 0x902A23) is known color: Mandarian Orange. HEX triplet: 90, 2A and 23. RGB value is (144,42,35). Sum of RGB (Red+Green+Blue) = 144+42+35=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #902A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A23 is #6FD5DC. Grayscale: #474747. Windows color (decimal): -7329245 or 2304656. OLE color: 2304656.
HSL color Cylindrical-coordinate representation of color #902A23: hue angle of 3.85º degrees, saturation: 0.61, 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 #902A23 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 35 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.44 |
| HSL | 3.85º | 0.61% | 0.35% | - |
| HSV(B) | 3.85º | 0.76% | 0.56% | - |
| XYZ | 12.63 | 7.71 | 2.41 | - |
| YUV | 71.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 35 | 0 | 0.71 | 0.76 | 0.44 | 3.85 | 0.61 | 0.35 |
| Hex | 90 | 2A | 23 | 0 | 47 | 4C | 2C | 4 | 3D | 23 |
| Octal | 220 | 52 | 43 | 0 | 107 | 114 | 54 | 4 | 75 | 43 |
| Binary | 10010000 | 101010 | 100011 | 0 | 1000111 | 1001100 | 101100 | 100 | 111101 | 100011 |
Color Harmonies of #902A23
Complementary color
Monochromatic Colors of #902A23
Black with #902A23
Text Example
Text Example
White with #902A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A23; }
p { color: rgb(144,42,35); }
H1.HeaderClassName
{
color: #902A23;
}
.AnyTagClassName
{
color: #902A23;
}
</style>
background-color css
<style>
a { background-color: #902A23; }
a { background-color: rgb(144,42,35); }
div.DivClassName
{
background-color: #902A23;
}
.BgClassName
{
background-color: #902A23;
}
</style>
border-color css
<style>
span { border-color: #902A23; }
span { border-color: rgb(144,42,35); }
td.TdClassName
{
border-color: #902A23;
}
.TagClassName
{
border-color: #902A23;
}
</style>