Shades of Mandarian Orange #96291D
Tints of Mandarian Orange #96291D
RGB
CMYK
RGB Variations
Color information
#96291D (or 0x96291D) is known color: Mandarian Orange. HEX triplet: 96, 29 and 1D. RGB value is (150,41,29). Sum of RGB (Red+Green+Blue) = 150+41+29=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #96291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96291D is #69D6E2. Grayscale: #484848. Windows color (decimal): -6936291 or 1911190. OLE color: 1911190.
HSL color Cylindrical-coordinate representation of color #96291D: hue angle of 5.95º 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 #96291D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 29 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.41 |
| HSL | 5.95º | 0.68% | 0.35% | - |
| HSV(B) | 5.95º | 0.81% | 0.59% | - |
| XYZ | 13.59 | 8.16 | 2.02 | - |
| YUV | 72.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 29 | 0 | 0.73 | 0.81 | 0.41 | 5.95 | 0.68 | 0.35 |
| Hex | 96 | 29 | 1D | 0 | 49 | 51 | 29 | 6 | 44 | 23 |
| Octal | 226 | 51 | 35 | 0 | 111 | 121 | 51 | 6 | 104 | 43 |
| Binary | 10010110 | 101001 | 11101 | 0 | 1001001 | 1010001 | 101001 | 110 | 1000100 | 100011 |
Color Harmonies of #96291D
Complementary color
Monochromatic Colors of #96291D
Black with #96291D
Text Example
Text Example
White with #96291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96291D; }
p { color: rgb(150,41,29); }
H1.HeaderClassName
{
color: #96291D;
}
.AnyTagClassName
{
color: #96291D;
}
</style>
background-color css
<style>
a { background-color: #96291D; }
a { background-color: rgb(150,41,29); }
div.DivClassName
{
background-color: #96291D;
}
.BgClassName
{
background-color: #96291D;
}
</style>
border-color css
<style>
span { border-color: #96291D; }
span { border-color: rgb(150,41,29); }
td.TdClassName
{
border-color: #96291D;
}
.TagClassName
{
border-color: #96291D;
}
</style>