Shades of Mandarian Orange #902519
Tints of Mandarian Orange #902519
RGB
CMYK
RGB Variations
Color information
#902519 (or 0x902519) is known color: Mandarian Orange. HEX triplet: 90, 25 and 19. RGB value is (144,37,25). Sum of RGB (Red+Green+Blue) = 144+37+25=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #902519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902519 is #6FDAE6. Grayscale: #434343. Windows color (decimal): -7330535 or 1648016. OLE color: 1648016.
HSL color Cylindrical-coordinate representation of color #902519: hue angle of 6.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #902519 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 25 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.44 |
| HSL | 6.05º | 0.7% | 0.33% | - |
| HSV(B) | 6.05º | 0.83% | 0.56% | - |
| XYZ | 12.34 | 7.32 | 1.68 | - |
| YUV | 67.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 25 | 0 | 0.74 | 0.83 | 0.44 | 6.05 | 0.7 | 0.33 |
| Hex | 90 | 25 | 19 | 0 | 4A | 53 | 2C | 6 | 46 | 21 |
| Octal | 220 | 45 | 31 | 0 | 112 | 123 | 54 | 6 | 106 | 41 |
| Binary | 10010000 | 100101 | 11001 | 0 | 1001010 | 1010011 | 101100 | 110 | 1000110 | 100001 |
Color Harmonies of #902519
Complementary color
Monochromatic Colors of #902519
Black with #902519
Text Example
Text Example
White with #902519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902519; }
p { color: rgb(144,37,25); }
H1.HeaderClassName
{
color: #902519;
}
.AnyTagClassName
{
color: #902519;
}
</style>
background-color css
<style>
a { background-color: #902519; }
a { background-color: rgb(144,37,25); }
div.DivClassName
{
background-color: #902519;
}
.BgClassName
{
background-color: #902519;
}
</style>
border-color css
<style>
span { border-color: #902519; }
span { border-color: rgb(144,37,25); }
td.TdClassName
{
border-color: #902519;
}
.TagClassName
{
border-color: #902519;
}
</style>