Shades of Mandarian Orange #962519
Tints of Mandarian Orange #962519
RGB
CMYK
RGB Variations
Color information
#962519 (or 0x962519) is known color: Mandarian Orange. HEX triplet: 96, 25 and 19. RGB value is (150,37,25). Sum of RGB (Red+Green+Blue) = 150+37+25=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #962519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962519 is #69DAE6. Grayscale: #454545. Windows color (decimal): -6937319 or 1648022. OLE color: 1648022.
HSL color Cylindrical-coordinate representation of color #962519: hue angle of 5.76º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #962519 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 25 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.41 |
| HSL | 5.76º | 0.71% | 0.34% | - |
| HSV(B) | 5.76º | 0.83% | 0.59% | - |
| XYZ | 13.41 | 7.88 | 1.73 | - |
| YUV | 69.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 25 | 0 | 0.75 | 0.83 | 0.41 | 5.76 | 0.71 | 0.34 |
| Hex | 96 | 25 | 19 | 0 | 4B | 53 | 29 | 6 | 47 | 22 |
| Octal | 226 | 45 | 31 | 0 | 113 | 123 | 51 | 6 | 107 | 42 |
| Binary | 10010110 | 100101 | 11001 | 0 | 1001011 | 1010011 | 101001 | 110 | 1000111 | 100010 |
Color Harmonies of #962519
Complementary color
Monochromatic Colors of #962519
Black with #962519
Text Example
Text Example
White with #962519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962519; }
p { color: rgb(150,37,25); }
H1.HeaderClassName
{
color: #962519;
}
.AnyTagClassName
{
color: #962519;
}
</style>
background-color css
<style>
a { background-color: #962519; }
a { background-color: rgb(150,37,25); }
div.DivClassName
{
background-color: #962519;
}
.BgClassName
{
background-color: #962519;
}
</style>
border-color css
<style>
span { border-color: #962519; }
span { border-color: rgb(150,37,25); }
td.TdClassName
{
border-color: #962519;
}
.TagClassName
{
border-color: #962519;
}
</style>