Shades of Mandarian Orange #902725
Tints of Mandarian Orange #902725
RGB
CMYK
RGB Variations
Color information
#902725 (or 0x902725) is known color: Mandarian Orange. HEX triplet: 90, 27 and 25. RGB value is (144,39,37). Sum of RGB (Red+Green+Blue) = 144+39+37=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #902725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902725 is #6FD8DA. Grayscale: #464646. Windows color (decimal): -7330011 or 2434960. OLE color: 2434960.
HSL color Cylindrical-coordinate representation of color #902725: hue angle of 1.12º 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 #902725 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 37 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.44 |
| HSL | 1.12º | 0.59% | 0.35% | - |
| HSV(B) | 1.12º | 0.74% | 0.56% | - |
| XYZ | 12.56 | 7.51 | 2.54 | - |
| YUV | 70.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 37 | 0 | 0.73 | 0.74 | 0.44 | 1.12 | 0.59 | 0.35 |
| Hex | 90 | 27 | 25 | 0 | 49 | 4A | 2C | 1 | 3B | 23 |
| Octal | 220 | 47 | 45 | 0 | 111 | 112 | 54 | 1 | 73 | 43 |
| Binary | 10010000 | 100111 | 100101 | 0 | 1001001 | 1001010 | 101100 | 1 | 111011 | 100011 |
Color Harmonies of #902725
Complementary color
Monochromatic Colors of #902725
Black with #902725
Text Example
Text Example
White with #902725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902725; }
p { color: rgb(144,39,37); }
H1.HeaderClassName
{
color: #902725;
}
.AnyTagClassName
{
color: #902725;
}
</style>
background-color css
<style>
a { background-color: #902725; }
a { background-color: rgb(144,39,37); }
div.DivClassName
{
background-color: #902725;
}
.BgClassName
{
background-color: #902725;
}
</style>
border-color css
<style>
span { border-color: #902725; }
span { border-color: rgb(144,39,37); }
td.TdClassName
{
border-color: #902725;
}
.TagClassName
{
border-color: #902725;
}
</style>