Shades of Mandarian Orange #961D0D
Tints of Mandarian Orange #961D0D
RGB
CMYK
RGB Variations
Color information
#961D0D (or 0x961D0D) is known color: Mandarian Orange. HEX triplet: 96, 1D and 0D. RGB value is (150,29,13). Sum of RGB (Red+Green+Blue) = 150+29+13=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #961D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D0D is #69E2F2. Grayscale: #3F3F3F. Windows color (decimal): -6939379 or 859542. OLE color: 859542.
HSL color Cylindrical-coordinate representation of color #961D0D: hue angle of 7.01º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #961D0D is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 13 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.41 |
| HSL | 7.01º | 0.84% | 0.32% | - |
| HSV(B) | 7.01º | 0.91% | 0.59% | - |
| XYZ | 13.09 | 7.39 | 1.12 | - |
| YUV | 63.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 13 | 0 | 0.81 | 0.91 | 0.41 | 7.01 | 0.84 | 0.32 |
| Hex | 96 | 1D | D | 0 | 51 | 5B | 29 | 7 | 54 | 20 |
| Octal | 226 | 35 | 15 | 0 | 121 | 133 | 51 | 7 | 124 | 40 |
| Binary | 10010110 | 11101 | 1101 | 0 | 1010001 | 1011011 | 101001 | 111 | 1010100 | 100000 |
Color Harmonies of #961D0D
Complementary color
Monochromatic Colors of #961D0D
Black with #961D0D
Text Example
Text Example
White with #961D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D0D; }
p { color: rgb(150,29,13); }
H1.HeaderClassName
{
color: #961D0D;
}
.AnyTagClassName
{
color: #961D0D;
}
</style>
background-color css
<style>
a { background-color: #961D0D; }
a { background-color: rgb(150,29,13); }
div.DivClassName
{
background-color: #961D0D;
}
.BgClassName
{
background-color: #961D0D;
}
</style>
border-color css
<style>
span { border-color: #961D0D; }
span { border-color: rgb(150,29,13); }
td.TdClassName
{
border-color: #961D0D;
}
.TagClassName
{
border-color: #961D0D;
}
</style>