Shades of Mandarian Orange #962A19
Tints of Mandarian Orange #962A19
RGB
CMYK
RGB Variations
Color information
#962A19 (or 0x962A19) is known color: Mandarian Orange. HEX triplet: 96, 2A and 19. RGB value is (150,42,25). Sum of RGB (Red+Green+Blue) = 150+42+25=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #962A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A19 is #69D5E6. Grayscale: #484848. Windows color (decimal): -6936039 or 1649302. OLE color: 1649302.
HSL color Cylindrical-coordinate representation of color #962A19: hue angle of 8.16º 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 #962A19 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 25 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.41 |
| HSL | 8.16º | 0.71% | 0.34% | - |
| HSV(B) | 8.16º | 0.83% | 0.59% | - |
| XYZ | 13.58 | 8.21 | 1.79 | - |
| YUV | 72.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 25 | 0 | 0.72 | 0.83 | 0.41 | 8.16 | 0.71 | 0.34 |
| Hex | 96 | 2A | 19 | 0 | 48 | 53 | 29 | 8 | 47 | 22 |
| Octal | 226 | 52 | 31 | 0 | 110 | 123 | 51 | 10 | 107 | 42 |
| Binary | 10010110 | 101010 | 11001 | 0 | 1001000 | 1010011 | 101001 | 1000 | 1000111 | 100010 |
Color Harmonies of #962A19
Complementary color
Monochromatic Colors of #962A19
Black with #962A19
Text Example
Text Example
White with #962A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A19; }
p { color: rgb(150,42,25); }
H1.HeaderClassName
{
color: #962A19;
}
.AnyTagClassName
{
color: #962A19;
}
</style>
background-color css
<style>
a { background-color: #962A19; }
a { background-color: rgb(150,42,25); }
div.DivClassName
{
background-color: #962A19;
}
.BgClassName
{
background-color: #962A19;
}
</style>
border-color css
<style>
span { border-color: #962A19; }
span { border-color: rgb(150,42,25); }
td.TdClassName
{
border-color: #962A19;
}
.TagClassName
{
border-color: #962A19;
}
</style>