Shades of Night Shadz #9F424F
Tints of Night Shadz #9F424F
RGB
CMYK
RGB Variations
Color information
#9F424F (or 0x9F424F) is known color: Night Shadz. HEX triplet: 9F, 42 and 4F. RGB value is (159,66,79). Sum of RGB (Red+Green+Blue) = 159+66+79=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F424F is #60BDB0. Grayscale: #5F5F5F. Windows color (decimal): -6340017 or 5194399. OLE color: 5194399.
HSL color Cylindrical-coordinate representation of color #9F424F: hue angle of 351.61º 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 #9F424F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 79 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.38 |
| HSL | 351.61º | 0.41% | 0.44% | - |
| HSV(B) | 351.61º | 0.58% | 0.62% | - |
| XYZ | 17.66 | 11.83 | 8.75 | - |
| YUV | 95.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 79 | 0 | 0.58 | 0.50 | 0.38 | 351.61 | 0.41 | 0.44 |
| Hex | 9F | 42 | 4F | 0 | 3A | 32 | 26 | 160 | 29 | 2C |
| Octal | 237 | 102 | 117 | 0 | 72 | 62 | 46 | 540 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1001111 | 0 | 111010 | 110010 | 100110 | 101100000 | 101001 | 101100 |
Color Harmonies of #9F424F
Complementary color
Monochromatic Colors of #9F424F
Black with #9F424F
Text Example
Text Example
White with #9F424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F424F; }
p { color: rgb(159,66,79); }
H1.HeaderClassName
{
color: #9F424F;
}
.AnyTagClassName
{
color: #9F424F;
}
</style>
background-color css
<style>
a { background-color: #9F424F; }
a { background-color: rgb(159,66,79); }
div.DivClassName
{
background-color: #9F424F;
}
.BgClassName
{
background-color: #9F424F;
}
</style>
border-color css
<style>
span { border-color: #9F424F; }
span { border-color: rgb(159,66,79); }
td.TdClassName
{
border-color: #9F424F;
}
.TagClassName
{
border-color: #9F424F;
}
</style>