Shades of Mandarian Orange #96201D
Tints of Mandarian Orange #96201D
RGB
CMYK
RGB Variations
Color information
#96201D (or 0x96201D) is known color: Mandarian Orange. HEX triplet: 96, 20 and 1D. RGB value is (150,32,29). Sum of RGB (Red+Green+Blue) = 150+32+29=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #96201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96201D is #69DFE2. Grayscale: #434343. Windows color (decimal): -6938595 or 1908886. OLE color: 1908886.
HSL color Cylindrical-coordinate representation of color #96201D: hue angle of 1.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96201D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 29 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.41 |
| HSL | 1.49º | 0.68% | 0.35% | - |
| HSV(B) | 1.49º | 0.81% | 0.59% | - |
| XYZ | 13.32 | 7.61 | 1.93 | - |
| YUV | 66.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 29 | 0 | 0.79 | 0.81 | 0.41 | 1.49 | 0.68 | 0.35 |
| Hex | 96 | 20 | 1D | 0 | 4F | 51 | 29 | 1 | 44 | 23 |
| Octal | 226 | 40 | 35 | 0 | 117 | 121 | 51 | 1 | 104 | 43 |
| Binary | 10010110 | 100000 | 11101 | 0 | 1001111 | 1010001 | 101001 | 1 | 1000100 | 100011 |
Color Harmonies of #96201D
Complementary color
Monochromatic Colors of #96201D
Black with #96201D
Text Example
Text Example
White with #96201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96201D; }
p { color: rgb(150,32,29); }
H1.HeaderClassName
{
color: #96201D;
}
.AnyTagClassName
{
color: #96201D;
}
</style>
background-color css
<style>
a { background-color: #96201D; }
a { background-color: rgb(150,32,29); }
div.DivClassName
{
background-color: #96201D;
}
.BgClassName
{
background-color: #96201D;
}
</style>
border-color css
<style>
span { border-color: #96201D; }
span { border-color: rgb(150,32,29); }
td.TdClassName
{
border-color: #96201D;
}
.TagClassName
{
border-color: #96201D;
}
</style>