Shades of Mandarian Orange #962919
Tints of Mandarian Orange #962919
RGB
CMYK
RGB Variations
Color information
#962919 (or 0x962919) is known color: Mandarian Orange. HEX triplet: 96, 29 and 19. RGB value is (150,41,25). Sum of RGB (Red+Green+Blue) = 150+41+25=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #962919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962919 is #69D6E6. Grayscale: #474747. Windows color (decimal): -6936295 or 1649046. OLE color: 1649046.
HSL color Cylindrical-coordinate representation of color #962919: hue angle of 7.68º 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 #962919 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 25 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.41 |
| HSL | 7.68º | 0.71% | 0.34% | - |
| HSV(B) | 7.68º | 0.83% | 0.59% | - |
| XYZ | 13.55 | 8.14 | 1.78 | - |
| YUV | 71.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 25 | 0 | 0.73 | 0.83 | 0.41 | 7.68 | 0.71 | 0.34 |
| Hex | 96 | 29 | 19 | 0 | 49 | 53 | 29 | 8 | 47 | 22 |
| Octal | 226 | 51 | 31 | 0 | 111 | 123 | 51 | 10 | 107 | 42 |
| Binary | 10010110 | 101001 | 11001 | 0 | 1001001 | 1010011 | 101001 | 1000 | 1000111 | 100010 |
Color Harmonies of #962919
Complementary color
Monochromatic Colors of #962919
Black with #962919
Text Example
Text Example
White with #962919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962919; }
p { color: rgb(150,41,25); }
H1.HeaderClassName
{
color: #962919;
}
.AnyTagClassName
{
color: #962919;
}
</style>
background-color css
<style>
a { background-color: #962919; }
a { background-color: rgb(150,41,25); }
div.DivClassName
{
background-color: #962919;
}
.BgClassName
{
background-color: #962919;
}
</style>
border-color css
<style>
span { border-color: #962919; }
span { border-color: rgb(150,41,25); }
td.TdClassName
{
border-color: #962919;
}
.TagClassName
{
border-color: #962919;
}
</style>