Shades of Night Shadz #9F384D
Tints of Night Shadz #9F384D
RGB
CMYK
RGB Variations
Color information
#9F384D (or 0x9F384D) is known color: Night Shadz. HEX triplet: 9F, 38 and 4D. RGB value is (159,56,77). Sum of RGB (Red+Green+Blue) = 159+56+77=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F384D is #60C7B2. Grayscale: #595959. Windows color (decimal): -6342579 or 5060767. OLE color: 5060767.
HSL color Cylindrical-coordinate representation of color #9F384D: hue angle of 347.77º degrees, saturation: 0.48, 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 #9F384D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 77 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.38 |
| HSL | 347.77º | 0.48% | 0.42% | - |
| HSV(B) | 347.77º | 0.65% | 0.62% | - |
| XYZ | 17.05 | 10.74 | 8.19 | - |
| YUV | 89.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 77 | 0 | 0.65 | 0.52 | 0.38 | 347.77 | 0.48 | 0.42 |
| Hex | 9F | 38 | 4D | 0 | 41 | 34 | 26 | 15C | 30 | 2A |
| Octal | 237 | 70 | 115 | 0 | 101 | 64 | 46 | 534 | 60 | 52 |
| Binary | 10011111 | 111000 | 1001101 | 0 | 1000001 | 110100 | 100110 | 101011100 | 110000 | 101010 |
Color Harmonies of #9F384D
Complementary color
Monochromatic Colors of #9F384D
Black with #9F384D
Text Example
Text Example
White with #9F384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F384D; }
p { color: rgb(159,56,77); }
H1.HeaderClassName
{
color: #9F384D;
}
.AnyTagClassName
{
color: #9F384D;
}
</style>
background-color css
<style>
a { background-color: #9F384D; }
a { background-color: rgb(159,56,77); }
div.DivClassName
{
background-color: #9F384D;
}
.BgClassName
{
background-color: #9F384D;
}
</style>
border-color css
<style>
span { border-color: #9F384D; }
span { border-color: rgb(159,56,77); }
td.TdClassName
{
border-color: #9F384D;
}
.TagClassName
{
border-color: #9F384D;
}
</style>