Shades of Night Shadz #9F354C
Tints of Night Shadz #9F354C
RGB
CMYK
RGB Variations
Color information
#9F354C (or 0x9F354C) is known color: Night Shadz. HEX triplet: 9F, 35 and 4C. RGB value is (159,53,76). Sum of RGB (Red+Green+Blue) = 159+53+76=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F354C is #60CAB3. Grayscale: #575757. Windows color (decimal): -6343348 or 4994463. OLE color: 4994463.
HSL color Cylindrical-coordinate representation of color #9F354C: hue angle of 346.98º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F354C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 76 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.38 |
| HSL | 346.98º | 0.5% | 0.42% | - |
| HSV(B) | 346.98º | 0.67% | 0.62% | - |
| XYZ | 16.88 | 10.44 | 7.96 | - |
| YUV | 87.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 76 | 0 | 0.67 | 0.52 | 0.38 | 346.98 | 0.5 | 0.42 |
| Hex | 9F | 35 | 4C | 0 | 43 | 34 | 26 | 15B | 32 | 2A |
| Octal | 237 | 65 | 114 | 0 | 103 | 64 | 46 | 533 | 62 | 52 |
| Binary | 10011111 | 110101 | 1001100 | 0 | 1000011 | 110100 | 100110 | 101011011 | 110010 | 101010 |
Color Harmonies of #9F354C
Complementary color
Monochromatic Colors of #9F354C
Black with #9F354C
Text Example
Text Example
White with #9F354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F354C; }
p { color: rgb(159,53,76); }
H1.HeaderClassName
{
color: #9F354C;
}
.AnyTagClassName
{
color: #9F354C;
}
</style>
background-color css
<style>
a { background-color: #9F354C; }
a { background-color: rgb(159,53,76); }
div.DivClassName
{
background-color: #9F354C;
}
.BgClassName
{
background-color: #9F354C;
}
</style>
border-color css
<style>
span { border-color: #9F354C; }
span { border-color: rgb(159,53,76); }
td.TdClassName
{
border-color: #9F354C;
}
.TagClassName
{
border-color: #9F354C;
}
</style>