Shades of Night Shadz #9F3251
Tints of Night Shadz #9F3251
RGB
CMYK
RGB Variations
Color information
#9F3251 (or 0x9F3251) is known color: Night Shadz. HEX triplet: 9F, 32 and 51. RGB value is (159,50,81). Sum of RGB (Red+Green+Blue) = 159+50+81=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3251 is #60CDAE. Grayscale: #565656. Windows color (decimal): -6344111 or 5321375. OLE color: 5321375.
HSL color Cylindrical-coordinate representation of color #9F3251: hue angle of 342.94º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3251 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 81 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.38 |
| HSL | 342.94º | 0.52% | 0.41% | - |
| HSV(B) | 342.94º | 0.69% | 0.62% | - |
| XYZ | 16.92 | 10.25 | 8.87 | - |
| YUV | 86.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 81 | 0 | 0.69 | 0.49 | 0.38 | 342.94 | 0.52 | 0.41 |
| Hex | 9F | 32 | 51 | 0 | 45 | 31 | 26 | 157 | 34 | 29 |
| Octal | 237 | 62 | 121 | 0 | 105 | 61 | 46 | 527 | 64 | 51 |
| Binary | 10011111 | 110010 | 1010001 | 0 | 1000101 | 110001 | 100110 | 101010111 | 110100 | 101001 |
Color Harmonies of #9F3251
Complementary color
Monochromatic Colors of #9F3251
Black with #9F3251
Text Example
Text Example
White with #9F3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3251; }
p { color: rgb(159,50,81); }
H1.HeaderClassName
{
color: #9F3251;
}
.AnyTagClassName
{
color: #9F3251;
}
</style>
background-color css
<style>
a { background-color: #9F3251; }
a { background-color: rgb(159,50,81); }
div.DivClassName
{
background-color: #9F3251;
}
.BgClassName
{
background-color: #9F3251;
}
</style>
border-color css
<style>
span { border-color: #9F3251; }
span { border-color: rgb(159,50,81); }
td.TdClassName
{
border-color: #9F3251;
}
.TagClassName
{
border-color: #9F3251;
}
</style>