Shades of Mandarian Orange #96211E
Tints of Mandarian Orange #96211E
RGB
CMYK
RGB Variations
Color information
#96211E (or 0x96211E) is known color: Mandarian Orange. HEX triplet: 96, 21 and 1E. RGB value is (150,33,30). Sum of RGB (Red+Green+Blue) = 150+33+30=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96211E is #69DEE1. Grayscale: #434343. Windows color (decimal): -6938338 or 1974678. OLE color: 1974678.
HSL color Cylindrical-coordinate representation of color #96211E: hue angle of 1.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96211E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 30 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.41 |
| HSL | 1.5º | 0.67% | 0.35% | - |
| HSV(B) | 1.5º | 0.8% | 0.59% | - |
| XYZ | 13.36 | 7.67 | 2 | - |
| YUV | 67.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 30 | 0 | 0.78 | 0.80 | 0.41 | 1.5 | 0.67 | 0.35 |
| Hex | 96 | 21 | 1E | 0 | 4E | 50 | 29 | 2 | 43 | 23 |
| Octal | 226 | 41 | 36 | 0 | 116 | 120 | 51 | 2 | 103 | 43 |
| Binary | 10010110 | 100001 | 11110 | 0 | 1001110 | 1010000 | 101001 | 10 | 1000011 | 100011 |
Color Harmonies of #96211E
Complementary color
Monochromatic Colors of #96211E
Black with #96211E
Text Example
Text Example
White with #96211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96211E; }
p { color: rgb(150,33,30); }
H1.HeaderClassName
{
color: #96211E;
}
.AnyTagClassName
{
color: #96211E;
}
</style>
background-color css
<style>
a { background-color: #96211E; }
a { background-color: rgb(150,33,30); }
div.DivClassName
{
background-color: #96211E;
}
.BgClassName
{
background-color: #96211E;
}
</style>
border-color css
<style>
span { border-color: #96211E; }
span { border-color: rgb(150,33,30); }
td.TdClassName
{
border-color: #96211E;
}
.TagClassName
{
border-color: #96211E;
}
</style>