Shades of Night Shadz #96364D
Tints of Night Shadz #96364D
RGB
CMYK
RGB Variations
Color information
#96364D (or 0x96364D) is known color: Night Shadz. HEX triplet: 96, 36 and 4D. RGB value is (150,54,77). Sum of RGB (Red+Green+Blue) = 150+54+77=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96364D is #69C9B2. Grayscale: #555555. Windows color (decimal): -6932915 or 5060246. OLE color: 5060246.
HSL color Cylindrical-coordinate representation of color #96364D: hue angle of 345.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96364D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 77 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.41 |
| HSL | 345.63º | 0.47% | 0.4% | - |
| HSV(B) | 345.63º | 0.64% | 0.59% | - |
| XYZ | 15.24 | 9.66 | 8.08 | - |
| YUV | 85.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 77 | 0 | 0.64 | 0.49 | 0.41 | 345.63 | 0.47 | 0.4 |
| Hex | 96 | 36 | 4D | 0 | 40 | 31 | 29 | 15A | 2F | 28 |
| Octal | 226 | 66 | 115 | 0 | 100 | 61 | 51 | 532 | 57 | 50 |
| Binary | 10010110 | 110110 | 1001101 | 0 | 1000000 | 110001 | 101001 | 101011010 | 101111 | 101000 |
Color Harmonies of #96364D
Complementary color
Monochromatic Colors of #96364D
Black with #96364D
Text Example
Text Example
White with #96364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96364D; }
p { color: rgb(150,54,77); }
H1.HeaderClassName
{
color: #96364D;
}
.AnyTagClassName
{
color: #96364D;
}
</style>
background-color css
<style>
a { background-color: #96364D; }
a { background-color: rgb(150,54,77); }
div.DivClassName
{
background-color: #96364D;
}
.BgClassName
{
background-color: #96364D;
}
</style>
border-color css
<style>
span { border-color: #96364D; }
span { border-color: rgb(150,54,77); }
td.TdClassName
{
border-color: #96364D;
}
.TagClassName
{
border-color: #96364D;
}
</style>