Shades of Night Shadz #9F374D
Tints of Night Shadz #9F374D
RGB
CMYK
RGB Variations
Color information
#9F374D (or 0x9F374D) is known color: Night Shadz. HEX triplet: 9F, 37 and 4D. RGB value is (159,55,77). Sum of RGB (Red+Green+Blue) = 159+55+77=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F374D is #60C8B2. Grayscale: #585858. Windows color (decimal): -6342835 or 5060511. OLE color: 5060511.
HSL color Cylindrical-coordinate representation of color #9F374D: hue angle of 347.31º 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 #9F374D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 77 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.38 |
| HSL | 347.31º | 0.49% | 0.42% | - |
| HSV(B) | 347.31º | 0.65% | 0.62% | - |
| XYZ | 17 | 10.64 | 8.18 | - |
| YUV | 88.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 77 | 0 | 0.65 | 0.52 | 0.38 | 347.31 | 0.49 | 0.42 |
| Hex | 9F | 37 | 4D | 0 | 41 | 34 | 26 | 15B | 31 | 2A |
| Octal | 237 | 67 | 115 | 0 | 101 | 64 | 46 | 533 | 61 | 52 |
| Binary | 10011111 | 110111 | 1001101 | 0 | 1000001 | 110100 | 100110 | 101011011 | 110001 | 101010 |
Color Harmonies of #9F374D
Complementary color
Monochromatic Colors of #9F374D
Black with #9F374D
Text Example
Text Example
White with #9F374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F374D; }
p { color: rgb(159,55,77); }
H1.HeaderClassName
{
color: #9F374D;
}
.AnyTagClassName
{
color: #9F374D;
}
</style>
background-color css
<style>
a { background-color: #9F374D; }
a { background-color: rgb(159,55,77); }
div.DivClassName
{
background-color: #9F374D;
}
.BgClassName
{
background-color: #9F374D;
}
</style>
border-color css
<style>
span { border-color: #9F374D; }
span { border-color: rgb(159,55,77); }
td.TdClassName
{
border-color: #9F374D;
}
.TagClassName
{
border-color: #9F374D;
}
</style>