Shades of Night Shadz #9F464A
Tints of Night Shadz #9F464A
RGB
CMYK
RGB Variations
Color information
#9F464A (or 0x9F464A) is known color: Night Shadz. HEX triplet: 9F, 46 and 4A. RGB value is (159,70,74). Sum of RGB (Red+Green+Blue) = 159+70+74=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F464A is #60B9B5. Grayscale: #616161. Windows color (decimal): -6338998 or 4867743. OLE color: 4867743.
HSL color Cylindrical-coordinate representation of color #9F464A: hue angle of 357.3º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F464A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 74 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.38 |
| HSL | 357.3º | 0.39% | 0.45% | - |
| HSV(B) | 357.3º | 0.56% | 0.62% | - |
| XYZ | 17.72 | 12.25 | 7.91 | - |
| YUV | 97.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 74 | 0 | 0.56 | 0.53 | 0.38 | 357.3 | 0.39 | 0.45 |
| Hex | 9F | 46 | 4A | 0 | 38 | 35 | 26 | 165 | 27 | 2D |
| Octal | 237 | 106 | 112 | 0 | 70 | 65 | 46 | 545 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1001010 | 0 | 111000 | 110101 | 100110 | 101100101 | 100111 | 101101 |
Color Harmonies of #9F464A
Complementary color
Monochromatic Colors of #9F464A
Black with #9F464A
Text Example
Text Example
White with #9F464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F464A; }
p { color: rgb(159,70,74); }
H1.HeaderClassName
{
color: #9F464A;
}
.AnyTagClassName
{
color: #9F464A;
}
</style>
background-color css
<style>
a { background-color: #9F464A; }
a { background-color: rgb(159,70,74); }
div.DivClassName
{
background-color: #9F464A;
}
.BgClassName
{
background-color: #9F464A;
}
</style>
border-color css
<style>
span { border-color: #9F464A; }
span { border-color: rgb(159,70,74); }
td.TdClassName
{
border-color: #9F464A;
}
.TagClassName
{
border-color: #9F464A;
}
</style>