Shades of Mandarian Orange #96231C
Tints of Mandarian Orange #96231C
RGB
CMYK
RGB Variations
Color information
#96231C (or 0x96231C) is known color: Mandarian Orange. HEX triplet: 96, 23 and 1C. RGB value is (150,35,28). Sum of RGB (Red+Green+Blue) = 150+35+28=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96231C is #69DCE3. Grayscale: #444444. Windows color (decimal): -6937828 or 1844118. OLE color: 1844118.
HSL color Cylindrical-coordinate representation of color #96231C: hue angle of 3.44º degrees, saturation: 0.69, 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 #96231C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 28 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.41 |
| HSL | 3.44º | 0.69% | 0.35% | - |
| HSV(B) | 3.44º | 0.81% | 0.59% | - |
| XYZ | 13.39 | 7.77 | 1.89 | - |
| YUV | 68.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 28 | 0 | 0.77 | 0.81 | 0.41 | 3.44 | 0.69 | 0.35 |
| Hex | 96 | 23 | 1C | 0 | 4D | 51 | 29 | 3 | 45 | 23 |
| Octal | 226 | 43 | 34 | 0 | 115 | 121 | 51 | 3 | 105 | 43 |
| Binary | 10010110 | 100011 | 11100 | 0 | 1001101 | 1010001 | 101001 | 11 | 1000101 | 100011 |
Color Harmonies of #96231C
Complementary color
Monochromatic Colors of #96231C
Black with #96231C
Text Example
Text Example
White with #96231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96231C; }
p { color: rgb(150,35,28); }
H1.HeaderClassName
{
color: #96231C;
}
.AnyTagClassName
{
color: #96231C;
}
</style>
background-color css
<style>
a { background-color: #96231C; }
a { background-color: rgb(150,35,28); }
div.DivClassName
{
background-color: #96231C;
}
.BgClassName
{
background-color: #96231C;
}
</style>
border-color css
<style>
span { border-color: #96231C; }
span { border-color: rgb(150,35,28); }
td.TdClassName
{
border-color: #96231C;
}
.TagClassName
{
border-color: #96231C;
}
</style>