Shades of Night Shadz #9F424D
Tints of Night Shadz #9F424D
RGB
CMYK
RGB Variations
Color information
#9F424D (or 0x9F424D) is known color: Night Shadz. HEX triplet: 9F, 42 and 4D. RGB value is (159,66,77). Sum of RGB (Red+Green+Blue) = 159+66+77=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F424D is #60BDB2. Grayscale: #5F5F5F. Windows color (decimal): -6340019 or 5063327. OLE color: 5063327.
HSL color Cylindrical-coordinate representation of color #9F424D: hue angle of 352.9º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F424D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 77 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.38 |
| HSL | 352.9º | 0.41% | 0.44% | - |
| HSV(B) | 352.9º | 0.58% | 0.62% | - |
| XYZ | 17.59 | 11.8 | 8.37 | - |
| YUV | 95.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 77 | 0 | 0.58 | 0.52 | 0.38 | 352.9 | 0.41 | 0.44 |
| Hex | 9F | 42 | 4D | 0 | 3A | 34 | 26 | 161 | 29 | 2C |
| Octal | 237 | 102 | 115 | 0 | 72 | 64 | 46 | 541 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1001101 | 0 | 111010 | 110100 | 100110 | 101100001 | 101001 | 101100 |
Color Harmonies of #9F424D
Complementary color
Monochromatic Colors of #9F424D
Black with #9F424D
Text Example
Text Example
White with #9F424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F424D; }
p { color: rgb(159,66,77); }
H1.HeaderClassName
{
color: #9F424D;
}
.AnyTagClassName
{
color: #9F424D;
}
</style>
background-color css
<style>
a { background-color: #9F424D; }
a { background-color: rgb(159,66,77); }
div.DivClassName
{
background-color: #9F424D;
}
.BgClassName
{
background-color: #9F424D;
}
</style>
border-color css
<style>
span { border-color: #9F424D; }
span { border-color: rgb(159,66,77); }
td.TdClassName
{
border-color: #9F424D;
}
.TagClassName
{
border-color: #9F424D;
}
</style>