Shades of Night Shadz #9F404D
Tints of Night Shadz #9F404D
RGB
CMYK
RGB Variations
Color information
#9F404D (or 0x9F404D) is known color: Night Shadz. HEX triplet: 9F, 40 and 4D. RGB value is (159,64,77). Sum of RGB (Red+Green+Blue) = 159+64+77=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F404D is #60BFB2. Grayscale: #5D5D5D. Windows color (decimal): -6340531 or 5062815. OLE color: 5062815.
HSL color Cylindrical-coordinate representation of color #9F404D: hue angle of 351.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F404D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 77 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.38 |
| HSL | 351.79º | 0.43% | 0.44% | - |
| HSV(B) | 351.79º | 0.6% | 0.62% | - |
| XYZ | 17.47 | 11.57 | 8.33 | - |
| YUV | 93.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 77 | 0 | 0.60 | 0.52 | 0.38 | 351.79 | 0.43 | 0.44 |
| Hex | 9F | 40 | 4D | 0 | 3C | 34 | 26 | 160 | 2B | 2C |
| Octal | 237 | 100 | 115 | 0 | 74 | 64 | 46 | 540 | 53 | 54 |
| Binary | 10011111 | 1000000 | 1001101 | 0 | 111100 | 110100 | 100110 | 101100000 | 101011 | 101100 |
Color Harmonies of #9F404D
Complementary color
Monochromatic Colors of #9F404D
Black with #9F404D
Text Example
Text Example
White with #9F404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F404D; }
p { color: rgb(159,64,77); }
H1.HeaderClassName
{
color: #9F404D;
}
.AnyTagClassName
{
color: #9F404D;
}
</style>
background-color css
<style>
a { background-color: #9F404D; }
a { background-color: rgb(159,64,77); }
div.DivClassName
{
background-color: #9F404D;
}
.BgClassName
{
background-color: #9F404D;
}
</style>
border-color css
<style>
span { border-color: #9F404D; }
span { border-color: rgb(159,64,77); }
td.TdClassName
{
border-color: #9F404D;
}
.TagClassName
{
border-color: #9F404D;
}
</style>