Shades of Night Shadz #9F394F
Tints of Night Shadz #9F394F
RGB
CMYK
RGB Variations
Color information
#9F394F (or 0x9F394F) is known color: Night Shadz. HEX triplet: 9F, 39 and 4F. RGB value is (159,57,79). Sum of RGB (Red+Green+Blue) = 159+57+79=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F394F is #60C6B0. Grayscale: #5A5A5A. Windows color (decimal): -6342321 or 5192095. OLE color: 5192095.
HSL color Cylindrical-coordinate representation of color #9F394F: hue angle of 347.06º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F394F is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 79 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.38 |
| HSL | 347.06º | 0.47% | 0.42% | - |
| HSV(B) | 347.06º | 0.64% | 0.62% | - |
| XYZ | 17.17 | 10.86 | 8.59 | - |
| YUV | 90.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 79 | 0 | 0.64 | 0.50 | 0.38 | 347.06 | 0.47 | 0.42 |
| Hex | 9F | 39 | 4F | 0 | 40 | 32 | 26 | 15B | 2F | 2A |
| Octal | 237 | 71 | 117 | 0 | 100 | 62 | 46 | 533 | 57 | 52 |
| Binary | 10011111 | 111001 | 1001111 | 0 | 1000000 | 110010 | 100110 | 101011011 | 101111 | 101010 |
Color Harmonies of #9F394F
Complementary color
Monochromatic Colors of #9F394F
Black with #9F394F
Text Example
Text Example
White with #9F394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F394F; }
p { color: rgb(159,57,79); }
H1.HeaderClassName
{
color: #9F394F;
}
.AnyTagClassName
{
color: #9F394F;
}
</style>
background-color css
<style>
a { background-color: #9F394F; }
a { background-color: rgb(159,57,79); }
div.DivClassName
{
background-color: #9F394F;
}
.BgClassName
{
background-color: #9F394F;
}
</style>
border-color css
<style>
span { border-color: #9F394F; }
span { border-color: rgb(159,57,79); }
td.TdClassName
{
border-color: #9F394F;
}
.TagClassName
{
border-color: #9F394F;
}
</style>