Shades of Night Shadz #9F374C
Tints of Night Shadz #9F374C
RGB
CMYK
RGB Variations
Color information
#9F374C (or 0x9F374C) is known color: Night Shadz. HEX triplet: 9F, 37 and 4C. RGB value is (159,55,76). Sum of RGB (Red+Green+Blue) = 159+55+76=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F374C is #60C8B3. Grayscale: #585858. Windows color (decimal): -6342836 or 4994975. OLE color: 4994975.
HSL color Cylindrical-coordinate representation of color #9F374C: hue angle of 347.88º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F374C is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 76 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.38 |
| HSL | 347.88º | 0.49% | 0.42% | - |
| HSV(B) | 347.88º | 0.65% | 0.62% | - |
| XYZ | 16.97 | 10.63 | 7.99 | - |
| YUV | 88.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 76 | 0 | 0.65 | 0.52 | 0.38 | 347.88 | 0.49 | 0.42 |
| Hex | 9F | 37 | 4C | 0 | 41 | 34 | 26 | 15C | 31 | 2A |
| Octal | 237 | 67 | 114 | 0 | 101 | 64 | 46 | 534 | 61 | 52 |
| Binary | 10011111 | 110111 | 1001100 | 0 | 1000001 | 110100 | 100110 | 101011100 | 110001 | 101010 |
Color Harmonies of #9F374C
Complementary color
Monochromatic Colors of #9F374C
Black with #9F374C
Text Example
Text Example
White with #9F374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F374C; }
p { color: rgb(159,55,76); }
H1.HeaderClassName
{
color: #9F374C;
}
.AnyTagClassName
{
color: #9F374C;
}
</style>
background-color css
<style>
a { background-color: #9F374C; }
a { background-color: rgb(159,55,76); }
div.DivClassName
{
background-color: #9F374C;
}
.BgClassName
{
background-color: #9F374C;
}
</style>
border-color css
<style>
span { border-color: #9F374C; }
span { border-color: rgb(159,55,76); }
td.TdClassName
{
border-color: #9F374C;
}
.TagClassName
{
border-color: #9F374C;
}
</style>