Shades of Night Shadz #964050
Tints of Night Shadz #964050
RGB
CMYK
RGB Variations
Color information
#964050 (or 0x964050) is known color: Night Shadz. HEX triplet: 96, 40 and 50. RGB value is (150,64,80). Sum of RGB (Red+Green+Blue) = 150+64+80=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #964050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964050 is #69BFAF. Grayscale: #5B5B5B. Windows color (decimal): -6930352 or 5259414. OLE color: 5259414.
HSL color Cylindrical-coordinate representation of color #964050: hue angle of 348.84º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964050 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 80 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.41 |
| HSL | 348.84º | 0.4% | 0.42% | - |
| HSV(B) | 348.84º | 0.57% | 0.59% | - |
| XYZ | 15.86 | 10.73 | 8.82 | - |
| YUV | 91.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 80 | 0 | 0.57 | 0.47 | 0.41 | 348.84 | 0.4 | 0.42 |
| Hex | 96 | 40 | 50 | 0 | 39 | 2F | 29 | 15D | 28 | 2A |
| Octal | 226 | 100 | 120 | 0 | 71 | 57 | 51 | 535 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1010000 | 0 | 111001 | 101111 | 101001 | 101011101 | 101000 | 101010 |
Color Harmonies of #964050
Complementary color
Monochromatic Colors of #964050
Black with #964050
Text Example
Text Example
White with #964050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964050; }
p { color: rgb(150,64,80); }
H1.HeaderClassName
{
color: #964050;
}
.AnyTagClassName
{
color: #964050;
}
</style>
background-color css
<style>
a { background-color: #964050; }
a { background-color: rgb(150,64,80); }
div.DivClassName
{
background-color: #964050;
}
.BgClassName
{
background-color: #964050;
}
</style>
border-color css
<style>
span { border-color: #964050; }
span { border-color: rgb(150,64,80); }
td.TdClassName
{
border-color: #964050;
}
.TagClassName
{
border-color: #964050;
}
</style>