Shades of Night Shadz #96374D
Tints of Night Shadz #96374D
RGB
CMYK
RGB Variations
Color information
#96374D (or 0x96374D) is known color: Night Shadz. HEX triplet: 96, 37 and 4D. RGB value is (150,55,77). Sum of RGB (Red+Green+Blue) = 150+55+77=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96374D is #69C8B2. Grayscale: #555555. Windows color (decimal): -6932659 or 5060502. OLE color: 5060502.
HSL color Cylindrical-coordinate representation of color #96374D: hue angle of 346.11º 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 #96374D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 77 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.41 |
| HSL | 346.11º | 0.46% | 0.4% | - |
| HSV(B) | 346.11º | 0.63% | 0.59% | - |
| XYZ | 15.28 | 9.75 | 8.1 | - |
| YUV | 85.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 77 | 0 | 0.63 | 0.49 | 0.41 | 346.11 | 0.46 | 0.4 |
| Hex | 96 | 37 | 4D | 0 | 3F | 31 | 29 | 15A | 2E | 28 |
| Octal | 226 | 67 | 115 | 0 | 77 | 61 | 51 | 532 | 56 | 50 |
| Binary | 10010110 | 110111 | 1001101 | 0 | 111111 | 110001 | 101001 | 101011010 | 101110 | 101000 |
Color Harmonies of #96374D
Complementary color
Monochromatic Colors of #96374D
Black with #96374D
Text Example
Text Example
White with #96374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96374D; }
p { color: rgb(150,55,77); }
H1.HeaderClassName
{
color: #96374D;
}
.AnyTagClassName
{
color: #96374D;
}
</style>
background-color css
<style>
a { background-color: #96374D; }
a { background-color: rgb(150,55,77); }
div.DivClassName
{
background-color: #96374D;
}
.BgClassName
{
background-color: #96374D;
}
</style>
border-color css
<style>
span { border-color: #96374D; }
span { border-color: rgb(150,55,77); }
td.TdClassName
{
border-color: #96374D;
}
.TagClassName
{
border-color: #96374D;
}
</style>