Shades of Night Shadz #963F51
Tints of Night Shadz #963F51
RGB
CMYK
RGB Variations
Color information
#963F51 (or 0x963F51) is known color: Night Shadz. HEX triplet: 96, 3F and 51. RGB value is (150,63,81). Sum of RGB (Red+Green+Blue) = 150+63+81=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #963F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F51 is #69C0AE. Grayscale: #5B5B5B. Windows color (decimal): -6930607 or 5324694. OLE color: 5324694.
HSL color Cylindrical-coordinate representation of color #963F51: hue angle of 347.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F51 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 81 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.41 |
| HSL | 347.59º | 0.41% | 0.42% | - |
| HSV(B) | 347.59º | 0.58% | 0.59% | - |
| XYZ | 15.84 | 10.63 | 9 | - |
| YUV | 91.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 81 | 0 | 0.58 | 0.46 | 0.41 | 347.59 | 0.41 | 0.42 |
| Hex | 96 | 3F | 51 | 0 | 3A | 2E | 29 | 15C | 29 | 2A |
| Octal | 226 | 77 | 121 | 0 | 72 | 56 | 51 | 534 | 51 | 52 |
| Binary | 10010110 | 111111 | 1010001 | 0 | 111010 | 101110 | 101001 | 101011100 | 101001 | 101010 |
Color Harmonies of #963F51
Complementary color
Monochromatic Colors of #963F51
Black with #963F51
Text Example
Text Example
White with #963F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F51; }
p { color: rgb(150,63,81); }
H1.HeaderClassName
{
color: #963F51;
}
.AnyTagClassName
{
color: #963F51;
}
</style>
background-color css
<style>
a { background-color: #963F51; }
a { background-color: rgb(150,63,81); }
div.DivClassName
{
background-color: #963F51;
}
.BgClassName
{
background-color: #963F51;
}
</style>
border-color css
<style>
span { border-color: #963F51; }
span { border-color: rgb(150,63,81); }
td.TdClassName
{
border-color: #963F51;
}
.TagClassName
{
border-color: #963F51;
}
</style>