Shades of Night Shadz #9F4450
Tints of Night Shadz #9F4450
RGB
CMYK
RGB Variations
Color information
#9F4450 (or 0x9F4450) is known color: Night Shadz. HEX triplet: 9F, 44 and 50. RGB value is (159,68,80). Sum of RGB (Red+Green+Blue) = 159+68+80=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4450 is #60BBAF. Grayscale: #606060. Windows color (decimal): -6339504 or 5260447. OLE color: 5260447.
HSL color Cylindrical-coordinate representation of color #9F4450: hue angle of 352.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4450 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 80 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.38 |
| HSL | 352.09º | 0.4% | 0.45% | - |
| HSV(B) | 352.09º | 0.57% | 0.62% | - |
| XYZ | 17.81 | 12.08 | 8.98 | - |
| YUV | 96.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 80 | 0 | 0.57 | 0.50 | 0.38 | 352.09 | 0.4 | 0.45 |
| Hex | 9F | 44 | 50 | 0 | 39 | 32 | 26 | 160 | 28 | 2D |
| Octal | 237 | 104 | 120 | 0 | 71 | 62 | 46 | 540 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1010000 | 0 | 111001 | 110010 | 100110 | 101100000 | 101000 | 101101 |
Color Harmonies of #9F4450
Complementary color
Monochromatic Colors of #9F4450
Black with #9F4450
Text Example
Text Example
White with #9F4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4450; }
p { color: rgb(159,68,80); }
H1.HeaderClassName
{
color: #9F4450;
}
.AnyTagClassName
{
color: #9F4450;
}
</style>
background-color css
<style>
a { background-color: #9F4450; }
a { background-color: rgb(159,68,80); }
div.DivClassName
{
background-color: #9F4450;
}
.BgClassName
{
background-color: #9F4450;
}
</style>
border-color css
<style>
span { border-color: #9F4450; }
span { border-color: rgb(159,68,80); }
td.TdClassName
{
border-color: #9F4450;
}
.TagClassName
{
border-color: #9F4450;
}
</style>