Shades of Night Shadz #9F4253
Tints of Night Shadz #9F4253
RGB
CMYK
RGB Variations
Color information
#9F4253 (or 0x9F4253) is known color: Night Shadz. HEX triplet: 9F, 42 and 53. RGB value is (159,66,83). Sum of RGB (Red+Green+Blue) = 159+66+83=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4253 is #60BDAC. Grayscale: #5F5F5F. Windows color (decimal): -6340013 or 5456543. OLE color: 5456543.
HSL color Cylindrical-coordinate representation of color #9F4253: hue angle of 349.03º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4253 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 83 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.38 |
| HSL | 349.03º | 0.41% | 0.44% | - |
| HSV(B) | 349.03º | 0.58% | 0.62% | - |
| XYZ | 17.81 | 11.89 | 9.54 | - |
| YUV | 95.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 83 | 0 | 0.58 | 0.48 | 0.38 | 349.03 | 0.41 | 0.44 |
| Hex | 9F | 42 | 53 | 0 | 3A | 30 | 26 | 15D | 29 | 2C |
| Octal | 237 | 102 | 123 | 0 | 72 | 60 | 46 | 535 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1010011 | 0 | 111010 | 110000 | 100110 | 101011101 | 101001 | 101100 |
Color Harmonies of #9F4253
Complementary color
Monochromatic Colors of #9F4253
Black with #9F4253
Text Example
Text Example
White with #9F4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4253; }
p { color: rgb(159,66,83); }
H1.HeaderClassName
{
color: #9F4253;
}
.AnyTagClassName
{
color: #9F4253;
}
</style>
background-color css
<style>
a { background-color: #9F4253; }
a { background-color: rgb(159,66,83); }
div.DivClassName
{
background-color: #9F4253;
}
.BgClassName
{
background-color: #9F4253;
}
</style>
border-color css
<style>
span { border-color: #9F4253; }
span { border-color: rgb(159,66,83); }
td.TdClassName
{
border-color: #9F4253;
}
.TagClassName
{
border-color: #9F4253;
}
</style>