Shades of Night Shadz #9F3242
Tints of Night Shadz #9F3242
RGB
CMYK
RGB Variations
Color information
#9F3242 (or 0x9F3242) is known color: Night Shadz. HEX triplet: 9F, 32 and 42. RGB value is (159,50,66). Sum of RGB (Red+Green+Blue) = 159+50+66=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3242 is #60CDBD. Grayscale: #545454. Windows color (decimal): -6344126 or 4338335. OLE color: 4338335.
HSL color Cylindrical-coordinate representation of color #9F3242: hue angle of 351.19º 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 #9F3242 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 66 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.38 |
| HSL | 351.19º | 0.52% | 0.41% | - |
| HSV(B) | 351.19º | 0.69% | 0.62% | - |
| XYZ | 16.42 | 10.05 | 6.23 | - |
| YUV | 84.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 66 | 0 | 0.69 | 0.58 | 0.38 | 351.19 | 0.52 | 0.41 |
| Hex | 9F | 32 | 42 | 0 | 45 | 3A | 26 | 15F | 34 | 29 |
| Octal | 237 | 62 | 102 | 0 | 105 | 72 | 46 | 537 | 64 | 51 |
| Binary | 10011111 | 110010 | 1000010 | 0 | 1000101 | 111010 | 100110 | 101011111 | 110100 | 101001 |
Color Harmonies of #9F3242
Complementary color
Monochromatic Colors of #9F3242
Black with #9F3242
Text Example
Text Example
White with #9F3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3242; }
p { color: rgb(159,50,66); }
H1.HeaderClassName
{
color: #9F3242;
}
.AnyTagClassName
{
color: #9F3242;
}
</style>
background-color css
<style>
a { background-color: #9F3242; }
a { background-color: rgb(159,50,66); }
div.DivClassName
{
background-color: #9F3242;
}
.BgClassName
{
background-color: #9F3242;
}
</style>
border-color css
<style>
span { border-color: #9F3242; }
span { border-color: rgb(159,50,66); }
td.TdClassName
{
border-color: #9F3242;
}
.TagClassName
{
border-color: #9F3242;
}
</style>