Shades of Mandarian Orange #96281F
Tints of Mandarian Orange #96281F
RGB
CMYK
RGB Variations
Color information
#96281F (or 0x96281F) is known color: Mandarian Orange. HEX triplet: 96, 28 and 1F. RGB value is (150,40,31). Sum of RGB (Red+Green+Blue) = 150+40+31=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #96281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96281F is #69D7E0. Grayscale: #484848. Windows color (decimal): -6936545 or 2042006. OLE color: 2042006.
HSL color Cylindrical-coordinate representation of color #96281F: hue angle of 4.54º 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 #96281F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 31 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.41 |
| HSL | 4.54º | 0.66% | 0.35% | - |
| HSV(B) | 4.54º | 0.79% | 0.59% | - |
| XYZ | 13.58 | 8.1 | 2.14 | - |
| YUV | 71.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 31 | 0 | 0.73 | 0.79 | 0.41 | 4.54 | 0.66 | 0.35 |
| Hex | 96 | 28 | 1F | 0 | 49 | 4F | 29 | 5 | 42 | 23 |
| Octal | 226 | 50 | 37 | 0 | 111 | 117 | 51 | 5 | 102 | 43 |
| Binary | 10010110 | 101000 | 11111 | 0 | 1001001 | 1001111 | 101001 | 101 | 1000010 | 100011 |
Color Harmonies of #96281F
Complementary color
Monochromatic Colors of #96281F
Black with #96281F
Text Example
Text Example
White with #96281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96281F; }
p { color: rgb(150,40,31); }
H1.HeaderClassName
{
color: #96281F;
}
.AnyTagClassName
{
color: #96281F;
}
</style>
background-color css
<style>
a { background-color: #96281F; }
a { background-color: rgb(150,40,31); }
div.DivClassName
{
background-color: #96281F;
}
.BgClassName
{
background-color: #96281F;
}
</style>
border-color css
<style>
span { border-color: #96281F; }
span { border-color: rgb(150,40,31); }
td.TdClassName
{
border-color: #96281F;
}
.TagClassName
{
border-color: #96281F;
}
</style>