Shades of Mandarian Orange #96201A
Tints of Mandarian Orange #96201A
RGB
CMYK
RGB Variations
Color information
#96201A (or 0x96201A) is known color: Mandarian Orange. HEX triplet: 96, 20 and 1A. RGB value is (150,32,26). Sum of RGB (Red+Green+Blue) = 150+32+26=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #96201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96201A is #69DFE5. Grayscale: #424242. Windows color (decimal): -6938598 or 1712278. OLE color: 1712278.
HSL color Cylindrical-coordinate representation of color #96201A: hue angle of 2.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96201A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 26 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.41 |
| HSL | 2.9º | 0.7% | 0.35% | - |
| HSV(B) | 2.9º | 0.83% | 0.59% | - |
| XYZ | 13.28 | 7.59 | 1.74 | - |
| YUV | 66.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 26 | 0 | 0.79 | 0.83 | 0.41 | 2.9 | 0.7 | 0.35 |
| Hex | 96 | 20 | 1A | 0 | 4F | 53 | 29 | 3 | 46 | 23 |
| Octal | 226 | 40 | 32 | 0 | 117 | 123 | 51 | 3 | 106 | 43 |
| Binary | 10010110 | 100000 | 11010 | 0 | 1001111 | 1010011 | 101001 | 11 | 1000110 | 100011 |
Color Harmonies of #96201A
Complementary color
Monochromatic Colors of #96201A
Black with #96201A
Text Example
Text Example
White with #96201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96201A; }
p { color: rgb(150,32,26); }
H1.HeaderClassName
{
color: #96201A;
}
.AnyTagClassName
{
color: #96201A;
}
</style>
background-color css
<style>
a { background-color: #96201A; }
a { background-color: rgb(150,32,26); }
div.DivClassName
{
background-color: #96201A;
}
.BgClassName
{
background-color: #96201A;
}
</style>
border-color css
<style>
span { border-color: #96201A; }
span { border-color: rgb(150,32,26); }
td.TdClassName
{
border-color: #96201A;
}
.TagClassName
{
border-color: #96201A;
}
</style>