Shades of Night Shadz #963B4E
Tints of Night Shadz #963B4E
RGB
CMYK
RGB Variations
Color information
#963B4E (or 0x963B4E) is known color: Night Shadz. HEX triplet: 96, 3B and 4E. RGB value is (150,59,78). Sum of RGB (Red+Green+Blue) = 150+59+78=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B4E is #69C4B1. Grayscale: #585858. Windows color (decimal): -6931634 or 5127062. OLE color: 5127062.
HSL color Cylindrical-coordinate representation of color #963B4E: hue angle of 347.47º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963B4E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 78 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.41 |
| HSL | 347.47º | 0.44% | 0.41% | - |
| HSV(B) | 347.47º | 0.61% | 0.59% | - |
| XYZ | 15.52 | 10.16 | 8.35 | - |
| YUV | 88.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 78 | 0 | 0.61 | 0.48 | 0.41 | 347.47 | 0.44 | 0.41 |
| Hex | 96 | 3B | 4E | 0 | 3D | 30 | 29 | 15B | 2C | 29 |
| Octal | 226 | 73 | 116 | 0 | 75 | 60 | 51 | 533 | 54 | 51 |
| Binary | 10010110 | 111011 | 1001110 | 0 | 111101 | 110000 | 101001 | 101011011 | 101100 | 101001 |
Color Harmonies of #963B4E
Complementary color
Monochromatic Colors of #963B4E
Black with #963B4E
Text Example
Text Example
White with #963B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B4E; }
p { color: rgb(150,59,78); }
H1.HeaderClassName
{
color: #963B4E;
}
.AnyTagClassName
{
color: #963B4E;
}
</style>
background-color css
<style>
a { background-color: #963B4E; }
a { background-color: rgb(150,59,78); }
div.DivClassName
{
background-color: #963B4E;
}
.BgClassName
{
background-color: #963B4E;
}
</style>
border-color css
<style>
span { border-color: #963B4E; }
span { border-color: rgb(150,59,78); }
td.TdClassName
{
border-color: #963B4E;
}
.TagClassName
{
border-color: #963B4E;
}
</style>