Shades of Night Shadz #963E47
Tints of Night Shadz #963E47
RGB
CMYK
RGB Variations
Color information
#963E47 (or 0x963E47) is known color: Night Shadz. HEX triplet: 96, 3E and 47. RGB value is (150,62,71). Sum of RGB (Red+Green+Blue) = 150+62+71=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #963E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E47 is #69C1B8. Grayscale: #595959. Windows color (decimal): -6930873 or 4669078. OLE color: 4669078.
HSL color Cylindrical-coordinate representation of color #963E47: hue angle of 353.86º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E47 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 71 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.41 |
| HSL | 353.86º | 0.42% | 0.42% | - |
| HSV(B) | 353.86º | 0.59% | 0.59% | - |
| XYZ | 15.44 | 10.38 | 7.15 | - |
| YUV | 89.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 71 | 0 | 0.59 | 0.53 | 0.41 | 353.86 | 0.42 | 0.42 |
| Hex | 96 | 3E | 47 | 0 | 3B | 35 | 29 | 162 | 2A | 2A |
| Octal | 226 | 76 | 107 | 0 | 73 | 65 | 51 | 542 | 52 | 52 |
| Binary | 10010110 | 111110 | 1000111 | 0 | 111011 | 110101 | 101001 | 101100010 | 101010 | 101010 |
Color Harmonies of #963E47
Complementary color
Monochromatic Colors of #963E47
Black with #963E47
Text Example
Text Example
White with #963E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E47; }
p { color: rgb(150,62,71); }
H1.HeaderClassName
{
color: #963E47;
}
.AnyTagClassName
{
color: #963E47;
}
</style>
background-color css
<style>
a { background-color: #963E47; }
a { background-color: rgb(150,62,71); }
div.DivClassName
{
background-color: #963E47;
}
.BgClassName
{
background-color: #963E47;
}
</style>
border-color css
<style>
span { border-color: #963E47; }
span { border-color: rgb(150,62,71); }
td.TdClassName
{
border-color: #963E47;
}
.TagClassName
{
border-color: #963E47;
}
</style>