Shades of Mandarian Orange #96201F
Tints of Mandarian Orange #96201F
RGB
CMYK
RGB Variations
Color information
#96201F (or 0x96201F) is known color: Mandarian Orange. HEX triplet: 96, 20 and 1F. RGB value is (150,32,31). Sum of RGB (Red+Green+Blue) = 150+32+31=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96201F is #69DFE0. Grayscale: #434343. Windows color (decimal): -6938593 or 2039958. OLE color: 2039958.
HSL color Cylindrical-coordinate representation of color #96201F: hue angle of 0.5º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96201F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 31 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.41 |
| HSL | 0.5º | 0.66% | 0.35% | - |
| HSV(B) | 0.5º | 0.79% | 0.59% | - |
| XYZ | 13.34 | 7.62 | 2.06 | - |
| YUV | 67.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 31 | 0 | 0.79 | 0.79 | 0.41 | 0.5 | 0.66 | 0.35 |
| Hex | 96 | 20 | 1F | 0 | 4F | 4F | 29 | 1 | 42 | 23 |
| Octal | 226 | 40 | 37 | 0 | 117 | 117 | 51 | 1 | 102 | 43 |
| Binary | 10010110 | 100000 | 11111 | 0 | 1001111 | 1001111 | 101001 | 1 | 1000010 | 100011 |
Color Harmonies of #96201F
Complementary color
Monochromatic Colors of #96201F
Black with #96201F
Text Example
Text Example
White with #96201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96201F; }
p { color: rgb(150,32,31); }
H1.HeaderClassName
{
color: #96201F;
}
.AnyTagClassName
{
color: #96201F;
}
</style>
background-color css
<style>
a { background-color: #96201F; }
a { background-color: rgb(150,32,31); }
div.DivClassName
{
background-color: #96201F;
}
.BgClassName
{
background-color: #96201F;
}
</style>
border-color css
<style>
span { border-color: #96201F; }
span { border-color: rgb(150,32,31); }
td.TdClassName
{
border-color: #96201F;
}
.TagClassName
{
border-color: #96201F;
}
</style>