Shades of Mandarian Orange #962213
Tints of Mandarian Orange #962213
RGB
CMYK
RGB Variations
Color information
#962213 (or 0x962213) is known color: Mandarian Orange. HEX triplet: 96, 22 and 13. RGB value is (150,34,19). Sum of RGB (Red+Green+Blue) = 150+34+19=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #962213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962213 is #69DDEC. Grayscale: #434343. Windows color (decimal): -6938093 or 1254038. OLE color: 1254038.
HSL color Cylindrical-coordinate representation of color #962213: hue angle of 6.87º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #962213 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 19 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.41 |
| HSL | 6.87º | 0.78% | 0.33% | - |
| HSV(B) | 6.87º | 0.87% | 0.59% | - |
| XYZ | 13.27 | 7.68 | 1.4 | - |
| YUV | 66.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 19 | 0 | 0.77 | 0.87 | 0.41 | 6.87 | 0.78 | 0.33 |
| Hex | 96 | 22 | 13 | 0 | 4D | 57 | 29 | 7 | 4E | 21 |
| Octal | 226 | 42 | 23 | 0 | 115 | 127 | 51 | 7 | 116 | 41 |
| Binary | 10010110 | 100010 | 10011 | 0 | 1001101 | 1010111 | 101001 | 111 | 1001110 | 100001 |
Color Harmonies of #962213
Complementary color
Monochromatic Colors of #962213
Black with #962213
Text Example
Text Example
White with #962213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962213; }
p { color: rgb(150,34,19); }
H1.HeaderClassName
{
color: #962213;
}
.AnyTagClassName
{
color: #962213;
}
</style>
background-color css
<style>
a { background-color: #962213; }
a { background-color: rgb(150,34,19); }
div.DivClassName
{
background-color: #962213;
}
.BgClassName
{
background-color: #962213;
}
</style>
border-color css
<style>
span { border-color: #962213; }
span { border-color: rgb(150,34,19); }
td.TdClassName
{
border-color: #962213;
}
.TagClassName
{
border-color: #962213;
}
</style>