Shades of Mandarian Orange #902619
Tints of Mandarian Orange #902619
RGB
CMYK
RGB Variations
Color information
#902619 (or 0x902619) is known color: Mandarian Orange. HEX triplet: 90, 26 and 19. RGB value is (144,38,25). Sum of RGB (Red+Green+Blue) = 144+38+25=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #902619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902619 is #6FD9E6. Grayscale: #444444. Windows color (decimal): -7330279 or 1648272. OLE color: 1648272.
HSL color Cylindrical-coordinate representation of color #902619: hue angle of 6.55º 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 #902619 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 25 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.44 |
| HSL | 6.55º | 0.7% | 0.33% | - |
| HSV(B) | 6.55º | 0.83% | 0.56% | - |
| XYZ | 12.37 | 7.39 | 1.69 | - |
| YUV | 68.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 25 | 0 | 0.74 | 0.83 | 0.44 | 6.55 | 0.7 | 0.33 |
| Hex | 90 | 26 | 19 | 0 | 4A | 53 | 2C | 7 | 46 | 21 |
| Octal | 220 | 46 | 31 | 0 | 112 | 123 | 54 | 7 | 106 | 41 |
| Binary | 10010000 | 100110 | 11001 | 0 | 1001010 | 1010011 | 101100 | 111 | 1000110 | 100001 |
Color Harmonies of #902619
Complementary color
Monochromatic Colors of #902619
Black with #902619
Text Example
Text Example
White with #902619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902619; }
p { color: rgb(144,38,25); }
H1.HeaderClassName
{
color: #902619;
}
.AnyTagClassName
{
color: #902619;
}
</style>
background-color css
<style>
a { background-color: #902619; }
a { background-color: rgb(144,38,25); }
div.DivClassName
{
background-color: #902619;
}
.BgClassName
{
background-color: #902619;
}
</style>
border-color css
<style>
span { border-color: #902619; }
span { border-color: rgb(144,38,25); }
td.TdClassName
{
border-color: #902619;
}
.TagClassName
{
border-color: #902619;
}
</style>