Shades of Mandarian Orange #952210
Tints of Mandarian Orange #952210
RGB
CMYK
RGB Variations
Color information
#952210 (or 0x952210) is known color: Mandarian Orange. HEX triplet: 95, 22 and 10. RGB value is (149,34,16). Sum of RGB (Red+Green+Blue) = 149+34+16=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952210 is #6ADDEF. Grayscale: #424242. Windows color (decimal): -7003632 or 1057429. OLE color: 1057429.
HSL color Cylindrical-coordinate representation of color #952210: hue angle of 8.12º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952210 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 16 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.42 |
| HSL | 8.12º | 0.81% | 0.32% | - |
| HSV(B) | 8.12º | 0.89% | 0.58% | - |
| XYZ | 13.06 | 7.57 | 1.26 | - |
| YUV | 66.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 16 | 0 | 0.77 | 0.89 | 0.42 | 8.12 | 0.81 | 0.32 |
| Hex | 95 | 22 | 10 | 0 | 4D | 59 | 2A | 8 | 51 | 20 |
| Octal | 225 | 42 | 20 | 0 | 115 | 131 | 52 | 10 | 121 | 40 |
| Binary | 10010101 | 100010 | 10000 | 0 | 1001101 | 1011001 | 101010 | 1000 | 1010001 | 100000 |
Color Harmonies of #952210
Complementary color
Monochromatic Colors of #952210
Black with #952210
Text Example
Text Example
White with #952210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952210; }
p { color: rgb(149,34,16); }
H1.HeaderClassName
{
color: #952210;
}
.AnyTagClassName
{
color: #952210;
}
</style>
background-color css
<style>
a { background-color: #952210; }
a { background-color: rgb(149,34,16); }
div.DivClassName
{
background-color: #952210;
}
.BgClassName
{
background-color: #952210;
}
</style>
border-color css
<style>
span { border-color: #952210; }
span { border-color: rgb(149,34,16); }
td.TdClassName
{
border-color: #952210;
}
.TagClassName
{
border-color: #952210;
}
</style>