Shades of Night Shadz #9F474E
Tints of Night Shadz #9F474E
RGB
CMYK
RGB Variations
Color information
#9F474E (or 0x9F474E) is known color: Night Shadz. HEX triplet: 9F, 47 and 4E. RGB value is (159,71,78). Sum of RGB (Red+Green+Blue) = 159+71+78=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F474E is #60B8B1. Grayscale: #626262. Windows color (decimal): -6338738 or 5130143. OLE color: 5130143.
HSL color Cylindrical-coordinate representation of color #9F474E: hue angle of 355.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F474E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 78 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.38 |
| HSL | 355.23º | 0.38% | 0.45% | - |
| HSV(B) | 355.23º | 0.55% | 0.62% | - |
| XYZ | 17.93 | 12.43 | 8.66 | - |
| YUV | 98.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 78 | 0 | 0.55 | 0.51 | 0.38 | 355.23 | 0.38 | 0.45 |
| Hex | 9F | 47 | 4E | 0 | 37 | 33 | 26 | 163 | 26 | 2D |
| Octal | 237 | 107 | 116 | 0 | 67 | 63 | 46 | 543 | 46 | 55 |
| Binary | 10011111 | 1000111 | 1001110 | 0 | 110111 | 110011 | 100110 | 101100011 | 100110 | 101101 |
Color Harmonies of #9F474E
Complementary color
Monochromatic Colors of #9F474E
Black with #9F474E
Text Example
Text Example
White with #9F474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F474E; }
p { color: rgb(159,71,78); }
H1.HeaderClassName
{
color: #9F474E;
}
.AnyTagClassName
{
color: #9F474E;
}
</style>
background-color css
<style>
a { background-color: #9F474E; }
a { background-color: rgb(159,71,78); }
div.DivClassName
{
background-color: #9F474E;
}
.BgClassName
{
background-color: #9F474E;
}
</style>
border-color css
<style>
span { border-color: #9F474E; }
span { border-color: rgb(159,71,78); }
td.TdClassName
{
border-color: #9F474E;
}
.TagClassName
{
border-color: #9F474E;
}
</style>