Shades of Night Shadz #9F394D
Tints of Night Shadz #9F394D
RGB
CMYK
RGB Variations
Color information
#9F394D (or 0x9F394D) is known color: Night Shadz. HEX triplet: 9F, 39 and 4D. RGB value is (159,57,77). Sum of RGB (Red+Green+Blue) = 159+57+77=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F394D is #60C6B2. Grayscale: #595959. Windows color (decimal): -6342323 or 5061023. OLE color: 5061023.
HSL color Cylindrical-coordinate representation of color #9F394D: hue angle of 348.24º 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 #9F394D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 77 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.38 |
| HSL | 348.24º | 0.47% | 0.42% | - |
| HSV(B) | 348.24º | 0.64% | 0.62% | - |
| XYZ | 17.1 | 10.83 | 8.21 | - |
| YUV | 89.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 77 | 0 | 0.64 | 0.52 | 0.38 | 348.24 | 0.47 | 0.42 |
| Hex | 9F | 39 | 4D | 0 | 40 | 34 | 26 | 15C | 2F | 2A |
| Octal | 237 | 71 | 115 | 0 | 100 | 64 | 46 | 534 | 57 | 52 |
| Binary | 10011111 | 111001 | 1001101 | 0 | 1000000 | 110100 | 100110 | 101011100 | 101111 | 101010 |
Color Harmonies of #9F394D
Complementary color
Monochromatic Colors of #9F394D
Black with #9F394D
Text Example
Text Example
White with #9F394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F394D; }
p { color: rgb(159,57,77); }
H1.HeaderClassName
{
color: #9F394D;
}
.AnyTagClassName
{
color: #9F394D;
}
</style>
background-color css
<style>
a { background-color: #9F394D; }
a { background-color: rgb(159,57,77); }
div.DivClassName
{
background-color: #9F394D;
}
.BgClassName
{
background-color: #9F394D;
}
</style>
border-color css
<style>
span { border-color: #9F394D; }
span { border-color: rgb(159,57,77); }
td.TdClassName
{
border-color: #9F394D;
}
.TagClassName
{
border-color: #9F394D;
}
</style>