Shades of Mandarian Orange #961E1C
Tints of Mandarian Orange #961E1C
RGB
CMYK
RGB Variations
Color information
#961E1C (or 0x961E1C) is known color: Mandarian Orange. HEX triplet: 96, 1E and 1C. RGB value is (150,30,28). Sum of RGB (Red+Green+Blue) = 150+30+28=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #961E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961E1C is #69E1E3. Grayscale: #414141. Windows color (decimal): -6939108 or 1842838. OLE color: 1842838.
HSL color Cylindrical-coordinate representation of color #961E1C: hue angle of 0.98º 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 #961E1C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 28 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.41 |
| HSL | 0.98º | 0.69% | 0.35% | - |
| HSV(B) | 0.98º | 0.81% | 0.59% | - |
| XYZ | 13.25 | 7.5 | 1.85 | - |
| YUV | 65.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 28 | 0 | 0.80 | 0.81 | 0.41 | 0.98 | 0.69 | 0.35 |
| Hex | 96 | 1E | 1C | 0 | 50 | 51 | 29 | 1 | 45 | 23 |
| Octal | 226 | 36 | 34 | 0 | 120 | 121 | 51 | 1 | 105 | 43 |
| Binary | 10010110 | 11110 | 11100 | 0 | 1010000 | 1010001 | 101001 | 1 | 1000101 | 100011 |
Color Harmonies of #961E1C
Complementary color
Monochromatic Colors of #961E1C
Black with #961E1C
Text Example
Text Example
White with #961E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E1C; }
p { color: rgb(150,30,28); }
H1.HeaderClassName
{
color: #961E1C;
}
.AnyTagClassName
{
color: #961E1C;
}
</style>
background-color css
<style>
a { background-color: #961E1C; }
a { background-color: rgb(150,30,28); }
div.DivClassName
{
background-color: #961E1C;
}
.BgClassName
{
background-color: #961E1C;
}
</style>
border-color css
<style>
span { border-color: #961E1C; }
span { border-color: rgb(150,30,28); }
td.TdClassName
{
border-color: #961E1C;
}
.TagClassName
{
border-color: #961E1C;
}
</style>