Shades of Night Shadz #963C59
Tints of Night Shadz #963C59
RGB
CMYK
RGB Variations
Color information
#963C59 (or 0x963C59) is known color: Night Shadz. HEX triplet: 96, 3C and 59. RGB value is (150,60,89). Sum of RGB (Red+Green+Blue) = 150+60+89=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #963C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C59 is #69C3A6. Grayscale: #5A5A5A. Windows color (decimal): -6931367 or 5848214. OLE color: 5848214.
HSL color Cylindrical-coordinate representation of color #963C59: hue angle of 340.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C59 is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 89 | - |
| CMYK | 0 | 0.6 | 0.41 | 0.41 |
| HSL | 340.67º | 0.43% | 0.41% | - |
| HSV(B) | 340.67º | 0.6% | 0.59% | - |
| XYZ | 16 | 10.44 | 10.62 | - |
| YUV | 90.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 89 | 0 | 0.6 | 0.41 | 0.41 | 340.67 | 0.43 | 0.41 |
| Hex | 96 | 3C | 59 | 0 | 3C | 29 | 29 | 155 | 2B | 29 |
| Octal | 226 | 74 | 131 | 0 | 74 | 51 | 51 | 525 | 53 | 51 |
| Binary | 10010110 | 111100 | 1011001 | 0 | 111100 | 101001 | 101001 | 101010101 | 101011 | 101001 |
Color Harmonies of #963C59
Complementary color
Monochromatic Colors of #963C59
Black with #963C59
Text Example
Text Example
White with #963C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C59; }
p { color: rgb(150,60,89); }
H1.HeaderClassName
{
color: #963C59;
}
.AnyTagClassName
{
color: #963C59;
}
</style>
background-color css
<style>
a { background-color: #963C59; }
a { background-color: rgb(150,60,89); }
div.DivClassName
{
background-color: #963C59;
}
.BgClassName
{
background-color: #963C59;
}
</style>
border-color css
<style>
span { border-color: #963C59; }
span { border-color: rgb(150,60,89); }
td.TdClassName
{
border-color: #963C59;
}
.TagClassName
{
border-color: #963C59;
}
</style>