Shades of Night Shadz #9F314F
Tints of Night Shadz #9F314F
RGB
CMYK
RGB Variations
Color information
#9F314F (or 0x9F314F) is known color: Night Shadz. HEX triplet: 9F, 31 and 4F. RGB value is (159,49,79). Sum of RGB (Red+Green+Blue) = 159+49+79=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F314F is #60CEB0. Grayscale: #555555. Windows color (decimal): -6344369 or 5190047. OLE color: 5190047.
HSL color Cylindrical-coordinate representation of color #9F314F: hue angle of 343.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F314F is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 79 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.38 |
| HSL | 343.64º | 0.53% | 0.41% | - |
| HSV(B) | 343.64º | 0.69% | 0.62% | - |
| XYZ | 16.81 | 10.13 | 8.47 | - |
| YUV | 85.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 79 | 0 | 0.69 | 0.50 | 0.38 | 343.64 | 0.53 | 0.41 |
| Hex | 9F | 31 | 4F | 0 | 45 | 32 | 26 | 158 | 35 | 29 |
| Octal | 237 | 61 | 117 | 0 | 105 | 62 | 46 | 530 | 65 | 51 |
| Binary | 10011111 | 110001 | 1001111 | 0 | 1000101 | 110010 | 100110 | 101011000 | 110101 | 101001 |
Color Harmonies of #9F314F
Complementary color
Monochromatic Colors of #9F314F
Black with #9F314F
Text Example
Text Example
White with #9F314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F314F; }
p { color: rgb(159,49,79); }
H1.HeaderClassName
{
color: #9F314F;
}
.AnyTagClassName
{
color: #9F314F;
}
</style>
background-color css
<style>
a { background-color: #9F314F; }
a { background-color: rgb(159,49,79); }
div.DivClassName
{
background-color: #9F314F;
}
.BgClassName
{
background-color: #9F314F;
}
</style>
border-color css
<style>
span { border-color: #9F314F; }
span { border-color: rgb(159,49,79); }
td.TdClassName
{
border-color: #9F314F;
}
.TagClassName
{
border-color: #9F314F;
}
</style>