Shades of Night Shadz #9F404C
Tints of Night Shadz #9F404C
RGB
CMYK
RGB Variations
Color information
#9F404C (or 0x9F404C) is known color: Night Shadz. HEX triplet: 9F, 40 and 4C. RGB value is (159,64,76). Sum of RGB (Red+Green+Blue) = 159+64+76=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F404C is #60BFB3. Grayscale: #5D5D5D. Windows color (decimal): -6340532 or 4997279. OLE color: 4997279.
HSL color Cylindrical-coordinate representation of color #9F404C: hue angle of 352.42º 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 #9F404C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 76 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.38 |
| HSL | 352.42º | 0.43% | 0.44% | - |
| HSV(B) | 352.42º | 0.6% | 0.62% | - |
| XYZ | 17.44 | 11.56 | 8.15 | - |
| YUV | 93.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 76 | 0 | 0.60 | 0.52 | 0.38 | 352.42 | 0.43 | 0.44 |
| Hex | 9F | 40 | 4C | 0 | 3C | 34 | 26 | 160 | 2B | 2C |
| Octal | 237 | 100 | 114 | 0 | 74 | 64 | 46 | 540 | 53 | 54 |
| Binary | 10011111 | 1000000 | 1001100 | 0 | 111100 | 110100 | 100110 | 101100000 | 101011 | 101100 |
Color Harmonies of #9F404C
Complementary color
Monochromatic Colors of #9F404C
Black with #9F404C
Text Example
Text Example
White with #9F404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F404C; }
p { color: rgb(159,64,76); }
H1.HeaderClassName
{
color: #9F404C;
}
.AnyTagClassName
{
color: #9F404C;
}
</style>
background-color css
<style>
a { background-color: #9F404C; }
a { background-color: rgb(159,64,76); }
div.DivClassName
{
background-color: #9F404C;
}
.BgClassName
{
background-color: #9F404C;
}
</style>
border-color css
<style>
span { border-color: #9F404C; }
span { border-color: rgb(159,64,76); }
td.TdClassName
{
border-color: #9F404C;
}
.TagClassName
{
border-color: #9F404C;
}
</style>