Shades of Night Shadz #9F444F
Tints of Night Shadz #9F444F
RGB
CMYK
RGB Variations
Color information
#9F444F (or 0x9F444F) is known color: Night Shadz. HEX triplet: 9F, 44 and 4F. RGB value is (159,68,79). Sum of RGB (Red+Green+Blue) = 159+68+79=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F444F is #60BBB0. Grayscale: #606060. Windows color (decimal): -6339505 or 5194911. OLE color: 5194911.
HSL color Cylindrical-coordinate representation of color #9F444F: hue angle of 352.75º 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 #9F444F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 79 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.38 |
| HSL | 352.75º | 0.4% | 0.45% | - |
| HSV(B) | 352.75º | 0.57% | 0.62% | - |
| XYZ | 17.78 | 12.07 | 8.79 | - |
| YUV | 96.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 79 | 0 | 0.57 | 0.50 | 0.38 | 352.75 | 0.4 | 0.45 |
| Hex | 9F | 44 | 4F | 0 | 39 | 32 | 26 | 161 | 28 | 2D |
| Octal | 237 | 104 | 117 | 0 | 71 | 62 | 46 | 541 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1001111 | 0 | 111001 | 110010 | 100110 | 101100001 | 101000 | 101101 |
Color Harmonies of #9F444F
Complementary color
Monochromatic Colors of #9F444F
Black with #9F444F
Text Example
Text Example
White with #9F444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F444F; }
p { color: rgb(159,68,79); }
H1.HeaderClassName
{
color: #9F444F;
}
.AnyTagClassName
{
color: #9F444F;
}
</style>
background-color css
<style>
a { background-color: #9F444F; }
a { background-color: rgb(159,68,79); }
div.DivClassName
{
background-color: #9F444F;
}
.BgClassName
{
background-color: #9F444F;
}
</style>
border-color css
<style>
span { border-color: #9F444F; }
span { border-color: rgb(159,68,79); }
td.TdClassName
{
border-color: #9F444F;
}
.TagClassName
{
border-color: #9F444F;
}
</style>