Shades of Night Shadz #963E4E
Tints of Night Shadz #963E4E
RGB
CMYK
RGB Variations
Color information
#963E4E (or 0x963E4E) is known color: Night Shadz. HEX triplet: 96, 3E and 4E. RGB value is (150,62,78). Sum of RGB (Red+Green+Blue) = 150+62+78=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #963E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E4E is #69C1B1. Grayscale: #5A5A5A. Windows color (decimal): -6930866 or 5127830. OLE color: 5127830.
HSL color Cylindrical-coordinate representation of color #963E4E: hue angle of 349.09º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E4E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 78 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.41 |
| HSL | 349.09º | 0.42% | 0.42% | - |
| HSV(B) | 349.09º | 0.59% | 0.59% | - |
| XYZ | 15.68 | 10.48 | 8.4 | - |
| YUV | 90.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 78 | 0 | 0.59 | 0.48 | 0.41 | 349.09 | 0.42 | 0.42 |
| Hex | 96 | 3E | 4E | 0 | 3B | 30 | 29 | 15D | 2A | 2A |
| Octal | 226 | 76 | 116 | 0 | 73 | 60 | 51 | 535 | 52 | 52 |
| Binary | 10010110 | 111110 | 1001110 | 0 | 111011 | 110000 | 101001 | 101011101 | 101010 | 101010 |
Color Harmonies of #963E4E
Complementary color
Monochromatic Colors of #963E4E
Black with #963E4E
Text Example
Text Example
White with #963E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E4E; }
p { color: rgb(150,62,78); }
H1.HeaderClassName
{
color: #963E4E;
}
.AnyTagClassName
{
color: #963E4E;
}
</style>
background-color css
<style>
a { background-color: #963E4E; }
a { background-color: rgb(150,62,78); }
div.DivClassName
{
background-color: #963E4E;
}
.BgClassName
{
background-color: #963E4E;
}
</style>
border-color css
<style>
span { border-color: #963E4E; }
span { border-color: rgb(150,62,78); }
td.TdClassName
{
border-color: #963E4E;
}
.TagClassName
{
border-color: #963E4E;
}
</style>