Shades of Mandarian Orange #902D2A
Tints of Mandarian Orange #902D2A
RGB
CMYK
RGB Variations
Color information
#902D2A (or 0x902D2A) is known color: Mandarian Orange. HEX triplet: 90, 2D and 2A. RGB value is (144,45,42). Sum of RGB (Red+Green+Blue) = 144+45+42=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #902D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902D2A is #6FD2D5. Grayscale: #4A4A4A. Windows color (decimal): -7328470 or 2764176. OLE color: 2764176.
HSL color Cylindrical-coordinate representation of color #902D2A: hue angle of 1.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #902D2A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 45 | 42 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.44 |
| HSL | 1.76º | 0.55% | 0.36% | - |
| HSV(B) | 1.76º | 0.71% | 0.56% | - |
| XYZ | 12.86 | 7.97 | 3.05 | - |
| YUV | 74.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 42 | 0 | 0.69 | 0.71 | 0.44 | 1.76 | 0.55 | 0.36 |
| Hex | 90 | 2D | 2A | 0 | 45 | 47 | 2C | 2 | 37 | 24 |
| Octal | 220 | 55 | 52 | 0 | 105 | 107 | 54 | 2 | 67 | 44 |
| Binary | 10010000 | 101101 | 101010 | 0 | 1000101 | 1000111 | 101100 | 10 | 110111 | 100100 |
Color Harmonies of #902D2A
Complementary color
Monochromatic Colors of #902D2A
Black with #902D2A
Text Example
Text Example
White with #902D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902D2A; }
p { color: rgb(144,45,42); }
H1.HeaderClassName
{
color: #902D2A;
}
.AnyTagClassName
{
color: #902D2A;
}
</style>
background-color css
<style>
a { background-color: #902D2A; }
a { background-color: rgb(144,45,42); }
div.DivClassName
{
background-color: #902D2A;
}
.BgClassName
{
background-color: #902D2A;
}
</style>
border-color css
<style>
span { border-color: #902D2A; }
span { border-color: rgb(144,45,42); }
td.TdClassName
{
border-color: #902D2A;
}
.TagClassName
{
border-color: #902D2A;
}
</style>