Shades of Night Shadz #9F4249
Tints of Night Shadz #9F4249
RGB
CMYK
RGB Variations
Color information
#9F4249 (or 0x9F4249) is known color: Night Shadz. HEX triplet: 9F, 42 and 49. RGB value is (159,66,73). Sum of RGB (Red+Green+Blue) = 159+66+73=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4249 is #60BDB6. Grayscale: #5E5E5E. Windows color (decimal): -6340023 or 4801183. OLE color: 4801183.
HSL color Cylindrical-coordinate representation of color #9F4249: hue angle of 355.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4249 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 73 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.38 |
| HSL | 355.48º | 0.41% | 0.44% | - |
| HSV(B) | 355.48º | 0.58% | 0.62% | - |
| XYZ | 17.45 | 11.75 | 7.65 | - |
| YUV | 94.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 73 | 0 | 0.58 | 0.54 | 0.38 | 355.48 | 0.41 | 0.44 |
| Hex | 9F | 42 | 49 | 0 | 3A | 36 | 26 | 163 | 29 | 2C |
| Octal | 237 | 102 | 111 | 0 | 72 | 66 | 46 | 543 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1001001 | 0 | 111010 | 110110 | 100110 | 101100011 | 101001 | 101100 |
Color Harmonies of #9F4249
Complementary color
Monochromatic Colors of #9F4249
Black with #9F4249
Text Example
Text Example
White with #9F4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4249; }
p { color: rgb(159,66,73); }
H1.HeaderClassName
{
color: #9F4249;
}
.AnyTagClassName
{
color: #9F4249;
}
</style>
background-color css
<style>
a { background-color: #9F4249; }
a { background-color: rgb(159,66,73); }
div.DivClassName
{
background-color: #9F4249;
}
.BgClassName
{
background-color: #9F4249;
}
</style>
border-color css
<style>
span { border-color: #9F4249; }
span { border-color: rgb(159,66,73); }
td.TdClassName
{
border-color: #9F4249;
}
.TagClassName
{
border-color: #9F4249;
}
</style>