Shades of Night Shadz #963D4E
Tints of Night Shadz #963D4E
RGB
CMYK
RGB Variations
Color information
#963D4E (or 0x963D4E) is known color: Night Shadz. HEX triplet: 96, 3D and 4E. RGB value is (150,61,78). Sum of RGB (Red+Green+Blue) = 150+61+78=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #963D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D4E is #69C2B1. Grayscale: #595959. Windows color (decimal): -6931122 or 5127574. OLE color: 5127574.
HSL color Cylindrical-coordinate representation of color #963D4E: hue angle of 348.54º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963D4E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 78 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.41 |
| HSL | 348.54º | 0.42% | 0.41% | - |
| HSV(B) | 348.54º | 0.59% | 0.59% | - |
| XYZ | 15.62 | 10.37 | 8.39 | - |
| YUV | 89.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 78 | 0 | 0.59 | 0.48 | 0.41 | 348.54 | 0.42 | 0.41 |
| Hex | 96 | 3D | 4E | 0 | 3B | 30 | 29 | 15D | 2A | 29 |
| Octal | 226 | 75 | 116 | 0 | 73 | 60 | 51 | 535 | 52 | 51 |
| Binary | 10010110 | 111101 | 1001110 | 0 | 111011 | 110000 | 101001 | 101011101 | 101010 | 101001 |
Color Harmonies of #963D4E
Complementary color
Monochromatic Colors of #963D4E
Black with #963D4E
Text Example
Text Example
White with #963D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D4E; }
p { color: rgb(150,61,78); }
H1.HeaderClassName
{
color: #963D4E;
}
.AnyTagClassName
{
color: #963D4E;
}
</style>
background-color css
<style>
a { background-color: #963D4E; }
a { background-color: rgb(150,61,78); }
div.DivClassName
{
background-color: #963D4E;
}
.BgClassName
{
background-color: #963D4E;
}
</style>
border-color css
<style>
span { border-color: #963D4E; }
span { border-color: rgb(150,61,78); }
td.TdClassName
{
border-color: #963D4E;
}
.TagClassName
{
border-color: #963D4E;
}
</style>