Shades of Mandarian Orange #952222
Tints of Mandarian Orange #952222
RGB
CMYK
RGB Variations
Color information
#952222 (or 0x952222) is known color: Mandarian Orange. HEX triplet: 95, 22 and 22. RGB value is (149,34,34). Sum of RGB (Red+Green+Blue) = 149+34+34=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #952222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952222 is #6ADDDD. Grayscale: #444444. Windows color (decimal): -7003614 or 2237077. OLE color: 2237077.
HSL color Cylindrical-coordinate representation of color #952222: hue angle of 0º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952222 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 34 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.42 |
| HSL | 0º | 0.63% | 0.36% | - |
| HSV(B) | 0º | 0.77% | 0.58% | - |
| XYZ | 13.26 | 7.65 | 2.29 | - |
| YUV | 68.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 34 | 0 | 0.77 | 0.77 | 0.42 | 0 | 0.63 | 0.36 |
| Hex | 95 | 22 | 22 | 0 | 4D | 4D | 2A | 0 | 3F | 24 |
| Octal | 225 | 42 | 42 | 0 | 115 | 115 | 52 | 0 | 77 | 44 |
| Binary | 10010101 | 100010 | 100010 | 0 | 1001101 | 1001101 | 101010 | 0 | 111111 | 100100 |
Color Harmonies of #952222
Complementary color
Monochromatic Colors of #952222
Black with #952222
Text Example
Text Example
White with #952222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952222; }
p { color: rgb(149,34,34); }
H1.HeaderClassName
{
color: #952222;
}
.AnyTagClassName
{
color: #952222;
}
</style>
background-color css
<style>
a { background-color: #952222; }
a { background-color: rgb(149,34,34); }
div.DivClassName
{
background-color: #952222;
}
.BgClassName
{
background-color: #952222;
}
</style>
border-color css
<style>
span { border-color: #952222; }
span { border-color: rgb(149,34,34); }
td.TdClassName
{
border-color: #952222;
}
.TagClassName
{
border-color: #952222;
}
</style>