Shades of Mandarian Orange #902625
Tints of Mandarian Orange #902625
RGB
CMYK
RGB Variations
Color information
#902625 (or 0x902625) is known color: Mandarian Orange. HEX triplet: 90, 26 and 25. RGB value is (144,38,37). Sum of RGB (Red+Green+Blue) = 144+38+37=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #902625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902625 is #6FD9DA. Grayscale: #454545. Windows color (decimal): -7330267 or 2434704. OLE color: 2434704.
HSL color Cylindrical-coordinate representation of color #902625: hue angle of 0.56º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902625 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 37 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.44 |
| HSL | 0.56º | 0.59% | 0.35% | - |
| HSV(B) | 0.56º | 0.74% | 0.56% | - |
| XYZ | 12.53 | 7.45 | 2.53 | - |
| YUV | 69.58 | 109.62 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 37 | 0 | 0.74 | 0.74 | 0.44 | 0.56 | 0.59 | 0.35 |
| Hex | 90 | 26 | 25 | 0 | 4A | 4A | 2C | 1 | 3B | 23 |
| Octal | 220 | 46 | 45 | 0 | 112 | 112 | 54 | 1 | 73 | 43 |
| Binary | 10010000 | 100110 | 100101 | 0 | 1001010 | 1001010 | 101100 | 1 | 111011 | 100011 |
Color Harmonies of #902625
Complementary color
Monochromatic Colors of #902625
Black with #902625
Text Example
Text Example
White with #902625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902625; }
p { color: rgb(144,38,37); }
H1.HeaderClassName
{
color: #902625;
}
.AnyTagClassName
{
color: #902625;
}
</style>
background-color css
<style>
a { background-color: #902625; }
a { background-color: rgb(144,38,37); }
div.DivClassName
{
background-color: #902625;
}
.BgClassName
{
background-color: #902625;
}
</style>
border-color css
<style>
span { border-color: #902625; }
span { border-color: rgb(144,38,37); }
td.TdClassName
{
border-color: #902625;
}
.TagClassName
{
border-color: #902625;
}
</style>