Shades of Night Shadz #9F3755
Tints of Night Shadz #9F3755
RGB
CMYK
RGB Variations
Color information
#9F3755 (or 0x9F3755) is known color: Night Shadz. HEX triplet: 9F, 37 and 55. RGB value is (159,55,85). Sum of RGB (Red+Green+Blue) = 159+55+85=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3755 is #60C8AA. Grayscale: #595959. Windows color (decimal): -6342827 or 5584799. OLE color: 5584799.
HSL color Cylindrical-coordinate representation of color #9F3755: hue angle of 342.69º 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 #9F3755 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 85 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.38 |
| HSL | 342.69º | 0.49% | 0.42% | - |
| HSV(B) | 342.69º | 0.65% | 0.62% | - |
| XYZ | 17.3 | 10.76 | 9.76 | - |
| YUV | 89.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 85 | 0 | 0.65 | 0.47 | 0.38 | 342.69 | 0.49 | 0.42 |
| Hex | 9F | 37 | 55 | 0 | 41 | 2F | 26 | 157 | 31 | 2A |
| Octal | 237 | 67 | 125 | 0 | 101 | 57 | 46 | 527 | 61 | 52 |
| Binary | 10011111 | 110111 | 1010101 | 0 | 1000001 | 101111 | 100110 | 101010111 | 110001 | 101010 |
Color Harmonies of #9F3755
Complementary color
Monochromatic Colors of #9F3755
Black with #9F3755
Text Example
Text Example
White with #9F3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3755; }
p { color: rgb(159,55,85); }
H1.HeaderClassName
{
color: #9F3755;
}
.AnyTagClassName
{
color: #9F3755;
}
</style>
background-color css
<style>
a { background-color: #9F3755; }
a { background-color: rgb(159,55,85); }
div.DivClassName
{
background-color: #9F3755;
}
.BgClassName
{
background-color: #9F3755;
}
</style>
border-color css
<style>
span { border-color: #9F3755; }
span { border-color: rgb(159,55,85); }
td.TdClassName
{
border-color: #9F3755;
}
.TagClassName
{
border-color: #9F3755;
}
</style>