Shades of Mandarian Orange #902626
Tints of Mandarian Orange #902626
RGB
CMYK
RGB Variations
Color information
#902626 (or 0x902626) is known color: Mandarian Orange. HEX triplet: 90, 26 and 26. RGB value is (144,38,38). Sum of RGB (Red+Green+Blue) = 144+38+38=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #902626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902626 is #6FD9D9. Grayscale: #454545. Windows color (decimal): -7330266 or 2500240. OLE color: 2500240.
HSL color Cylindrical-coordinate representation of color #902626: hue angle of 0º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902626 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 38 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.44 |
| HSL | 0º | 0.58% | 0.36% | - |
| HSV(B) | 0º | 0.74% | 0.56% | - |
| XYZ | 12.54 | 7.46 | 2.61 | - |
| YUV | 69.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 38 | 0 | 0.74 | 0.74 | 0.44 | 0 | 0.58 | 0.36 |
| Hex | 90 | 26 | 26 | 0 | 4A | 4A | 2C | 0 | 3A | 24 |
| Octal | 220 | 46 | 46 | 0 | 112 | 112 | 54 | 0 | 72 | 44 |
| Binary | 10010000 | 100110 | 100110 | 0 | 1001010 | 1001010 | 101100 | 0 | 111010 | 100100 |
Color Harmonies of #902626
Complementary color
Monochromatic Colors of #902626
Black with #902626
Text Example
Text Example
White with #902626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902626; }
p { color: rgb(144,38,38); }
H1.HeaderClassName
{
color: #902626;
}
.AnyTagClassName
{
color: #902626;
}
</style>
background-color css
<style>
a { background-color: #902626; }
a { background-color: rgb(144,38,38); }
div.DivClassName
{
background-color: #902626;
}
.BgClassName
{
background-color: #902626;
}
</style>
border-color css
<style>
span { border-color: #902626; }
span { border-color: rgb(144,38,38); }
td.TdClassName
{
border-color: #902626;
}
.TagClassName
{
border-color: #902626;
}
</style>