Shades of Night Shadz #96384D
Tints of Night Shadz #96384D
RGB
CMYK
RGB Variations
Color information
#96384D (or 0x96384D) is known color: Night Shadz. HEX triplet: 96, 38 and 4D. RGB value is (150,56,77). Sum of RGB (Red+Green+Blue) = 150+56+77=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96384D is #69C7B2. Grayscale: #565656. Windows color (decimal): -6932403 or 5060758. OLE color: 5060758.
HSL color Cylindrical-coordinate representation of color #96384D: hue angle of 346.6º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96384D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 77 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.41 |
| HSL | 346.6º | 0.46% | 0.4% | - |
| HSV(B) | 346.6º | 0.63% | 0.59% | - |
| XYZ | 15.33 | 9.85 | 8.11 | - |
| YUV | 86.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 77 | 0 | 0.63 | 0.49 | 0.41 | 346.6 | 0.46 | 0.4 |
| Hex | 96 | 38 | 4D | 0 | 3F | 31 | 29 | 15B | 2E | 28 |
| Octal | 226 | 70 | 115 | 0 | 77 | 61 | 51 | 533 | 56 | 50 |
| Binary | 10010110 | 111000 | 1001101 | 0 | 111111 | 110001 | 101001 | 101011011 | 101110 | 101000 |
Color Harmonies of #96384D
Complementary color
Monochromatic Colors of #96384D
Black with #96384D
Text Example
Text Example
White with #96384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96384D; }
p { color: rgb(150,56,77); }
H1.HeaderClassName
{
color: #96384D;
}
.AnyTagClassName
{
color: #96384D;
}
</style>
background-color css
<style>
a { background-color: #96384D; }
a { background-color: rgb(150,56,77); }
div.DivClassName
{
background-color: #96384D;
}
.BgClassName
{
background-color: #96384D;
}
</style>
border-color css
<style>
span { border-color: #96384D; }
span { border-color: rgb(150,56,77); }
td.TdClassName
{
border-color: #96384D;
}
.TagClassName
{
border-color: #96384D;
}
</style>