Shades of Night Shadz #9F4955
Tints of Night Shadz #9F4955
RGB
CMYK
RGB Variations
Color information
#9F4955 (or 0x9F4955) is known color: Night Shadz. HEX triplet: 9F, 49 and 55. RGB value is (159,73,85). Sum of RGB (Red+Green+Blue) = 159+73+85=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4955 is #60B6AA. Grayscale: #646464. Windows color (decimal): -6338219 or 5589407. OLE color: 5589407.
HSL color Cylindrical-coordinate representation of color #9F4955: hue angle of 351.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4955 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 85 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.38 |
| HSL | 351.63º | 0.37% | 0.45% | - |
| HSV(B) | 351.63º | 0.54% | 0.62% | - |
| XYZ | 18.32 | 12.79 | 10.1 | - |
| YUV | 100.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 85 | 0 | 0.54 | 0.47 | 0.38 | 351.63 | 0.37 | 0.45 |
| Hex | 9F | 49 | 55 | 0 | 36 | 2F | 26 | 160 | 25 | 2D |
| Octal | 237 | 111 | 125 | 0 | 66 | 57 | 46 | 540 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1010101 | 0 | 110110 | 101111 | 100110 | 101100000 | 100101 | 101101 |
Color Harmonies of #9F4955
Complementary color
Monochromatic Colors of #9F4955
Black with #9F4955
Text Example
Text Example
White with #9F4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4955; }
p { color: rgb(159,73,85); }
H1.HeaderClassName
{
color: #9F4955;
}
.AnyTagClassName
{
color: #9F4955;
}
</style>
background-color css
<style>
a { background-color: #9F4955; }
a { background-color: rgb(159,73,85); }
div.DivClassName
{
background-color: #9F4955;
}
.BgClassName
{
background-color: #9F4955;
}
</style>
border-color css
<style>
span { border-color: #9F4955; }
span { border-color: rgb(159,73,85); }
td.TdClassName
{
border-color: #9F4955;
}
.TagClassName
{
border-color: #9F4955;
}
</style>