Shades of Night Shadz #96424B
Tints of Night Shadz #96424B
RGB
CMYK
RGB Variations
Color information
#96424B (or 0x96424B) is known color: Night Shadz. HEX triplet: 96, 42 and 4B. RGB value is (150,66,75). Sum of RGB (Red+Green+Blue) = 150+66+75=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96424B is #69BDB4. Grayscale: #5C5C5C. Windows color (decimal): -6929845 or 4932246. OLE color: 4932246.
HSL color Cylindrical-coordinate representation of color #96424B: hue angle of 353.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96424B is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 75 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.41 |
| HSL | 353.57º | 0.39% | 0.42% | - |
| HSV(B) | 353.57º | 0.56% | 0.59% | - |
| XYZ | 15.8 | 10.89 | 7.93 | - |
| YUV | 92.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 75 | 0 | 0.56 | 0.5 | 0.41 | 353.57 | 0.39 | 0.42 |
| Hex | 96 | 42 | 4B | 0 | 38 | 32 | 29 | 162 | 27 | 2A |
| Octal | 226 | 102 | 113 | 0 | 70 | 62 | 51 | 542 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1001011 | 0 | 111000 | 110010 | 101001 | 101100010 | 100111 | 101010 |
Color Harmonies of #96424B
Complementary color
Monochromatic Colors of #96424B
Black with #96424B
Text Example
Text Example
White with #96424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96424B; }
p { color: rgb(150,66,75); }
H1.HeaderClassName
{
color: #96424B;
}
.AnyTagClassName
{
color: #96424B;
}
</style>
background-color css
<style>
a { background-color: #96424B; }
a { background-color: rgb(150,66,75); }
div.DivClassName
{
background-color: #96424B;
}
.BgClassName
{
background-color: #96424B;
}
</style>
border-color css
<style>
span { border-color: #96424B; }
span { border-color: rgb(150,66,75); }
td.TdClassName
{
border-color: #96424B;
}
.TagClassName
{
border-color: #96424B;
}
</style>