Shades of Mandarian Orange #952420
Tints of Mandarian Orange #952420
RGB
CMYK
RGB Variations
Color information
#952420 (or 0x952420) is known color: Mandarian Orange. HEX triplet: 95, 24 and 20. RGB value is (149,36,32). Sum of RGB (Red+Green+Blue) = 149+36+32=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #952420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952420 is #6ADBDF. Grayscale: #454545. Windows color (decimal): -7003104 or 2106517. OLE color: 2106517.
HSL color Cylindrical-coordinate representation of color #952420: hue angle of 2.05º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952420 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 32 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.42 |
| HSL | 2.05º | 0.65% | 0.35% | - |
| HSV(B) | 2.05º | 0.79% | 0.58% | - |
| XYZ | 13.29 | 7.76 | 2.16 | - |
| YUV | 69.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 32 | 0 | 0.76 | 0.79 | 0.42 | 2.05 | 0.65 | 0.35 |
| Hex | 95 | 24 | 20 | 0 | 4C | 4F | 2A | 2 | 41 | 23 |
| Octal | 225 | 44 | 40 | 0 | 114 | 117 | 52 | 2 | 101 | 43 |
| Binary | 10010101 | 100100 | 100000 | 0 | 1001100 | 1001111 | 101010 | 10 | 1000001 | 100011 |
Color Harmonies of #952420
Complementary color
Monochromatic Colors of #952420
Black with #952420
Text Example
Text Example
White with #952420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952420; }
p { color: rgb(149,36,32); }
H1.HeaderClassName
{
color: #952420;
}
.AnyTagClassName
{
color: #952420;
}
</style>
background-color css
<style>
a { background-color: #952420; }
a { background-color: rgb(149,36,32); }
div.DivClassName
{
background-color: #952420;
}
.BgClassName
{
background-color: #952420;
}
</style>
border-color css
<style>
span { border-color: #952420; }
span { border-color: rgb(149,36,32); }
td.TdClassName
{
border-color: #952420;
}
.TagClassName
{
border-color: #952420;
}
</style>