Shades of Night Shadz #9F444D
Tints of Night Shadz #9F444D
RGB
CMYK
RGB Variations
Color information
#9F444D (or 0x9F444D) is known color: Night Shadz. HEX triplet: 9F, 44 and 4D. RGB value is (159,68,77). Sum of RGB (Red+Green+Blue) = 159+68+77=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F444D is #60BBB2. Grayscale: #606060. Windows color (decimal): -6339507 or 5063839. OLE color: 5063839.
HSL color Cylindrical-coordinate representation of color #9F444D: hue angle of 354.07º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F444D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 77 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.38 |
| HSL | 354.07º | 0.4% | 0.45% | - |
| HSV(B) | 354.07º | 0.57% | 0.62% | - |
| XYZ | 17.7 | 12.04 | 8.41 | - |
| YUV | 96.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 77 | 0 | 0.57 | 0.52 | 0.38 | 354.07 | 0.4 | 0.45 |
| Hex | 9F | 44 | 4D | 0 | 39 | 34 | 26 | 162 | 28 | 2D |
| Octal | 237 | 104 | 115 | 0 | 71 | 64 | 46 | 542 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1001101 | 0 | 111001 | 110100 | 100110 | 101100010 | 101000 | 101101 |
Color Harmonies of #9F444D
Complementary color
Monochromatic Colors of #9F444D
Black with #9F444D
Text Example
Text Example
White with #9F444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F444D; }
p { color: rgb(159,68,77); }
H1.HeaderClassName
{
color: #9F444D;
}
.AnyTagClassName
{
color: #9F444D;
}
</style>
background-color css
<style>
a { background-color: #9F444D; }
a { background-color: rgb(159,68,77); }
div.DivClassName
{
background-color: #9F444D;
}
.BgClassName
{
background-color: #9F444D;
}
</style>
border-color css
<style>
span { border-color: #9F444D; }
span { border-color: rgb(159,68,77); }
td.TdClassName
{
border-color: #9F444D;
}
.TagClassName
{
border-color: #9F444D;
}
</style>