Shades of Night Shadz #96374A
Tints of Night Shadz #96374A
RGB
CMYK
RGB Variations
Color information
#96374A (or 0x96374A) is known color: Night Shadz. HEX triplet: 96, 37 and 4A. RGB value is (150,55,74). Sum of RGB (Red+Green+Blue) = 150+55+74=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96374A is #69C8B5. Grayscale: #555555. Windows color (decimal): -6932662 or 4863894. OLE color: 4863894.
HSL color Cylindrical-coordinate representation of color #96374A: hue angle of 348º 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 #96374A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 74 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.41 |
| HSL | 348º | 0.46% | 0.4% | - |
| HSV(B) | 348º | 0.63% | 0.59% | - |
| XYZ | 15.18 | 9.71 | 7.55 | - |
| YUV | 85.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 74 | 0 | 0.63 | 0.51 | 0.41 | 348 | 0.46 | 0.4 |
| Hex | 96 | 37 | 4A | 0 | 3F | 33 | 29 | 15C | 2E | 28 |
| Octal | 226 | 67 | 112 | 0 | 77 | 63 | 51 | 534 | 56 | 50 |
| Binary | 10010110 | 110111 | 1001010 | 0 | 111111 | 110011 | 101001 | 101011100 | 101110 | 101000 |
Color Harmonies of #96374A
Complementary color
Monochromatic Colors of #96374A
Black with #96374A
Text Example
Text Example
White with #96374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96374A; }
p { color: rgb(150,55,74); }
H1.HeaderClassName
{
color: #96374A;
}
.AnyTagClassName
{
color: #96374A;
}
</style>
background-color css
<style>
a { background-color: #96374A; }
a { background-color: rgb(150,55,74); }
div.DivClassName
{
background-color: #96374A;
}
.BgClassName
{
background-color: #96374A;
}
</style>
border-color css
<style>
span { border-color: #96374A; }
span { border-color: rgb(150,55,74); }
td.TdClassName
{
border-color: #96374A;
}
.TagClassName
{
border-color: #96374A;
}
</style>