Shades of Night Shadz #9E424E
Tints of Night Shadz #9E424E
RGB
CMYK
RGB Variations
Color information
#9E424E (or 0x9E424E) is known color: Night Shadz. HEX triplet: 9E, 42 and 4E. RGB value is (158,66,78). Sum of RGB (Red+Green+Blue) = 158+66+78=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E424E is #61BDB1. Grayscale: #5E5E5E. Windows color (decimal): -6405554 or 5128862. OLE color: 5128862.
HSL color Cylindrical-coordinate representation of color #9E424E: hue angle of 352.17º 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 #9E424E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 66 | 78 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.38 |
| HSL | 352.17º | 0.41% | 0.44% | - |
| HSV(B) | 352.17º | 0.58% | 0.62% | - |
| XYZ | 17.42 | 11.72 | 8.55 | - |
| YUV | 94.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 78 | 0 | 0.58 | 0.51 | 0.38 | 352.17 | 0.41 | 0.44 |
| Hex | 9E | 42 | 4E | 0 | 3A | 33 | 26 | 160 | 29 | 2C |
| Octal | 236 | 102 | 116 | 0 | 72 | 63 | 46 | 540 | 51 | 54 |
| Binary | 10011110 | 1000010 | 1001110 | 0 | 111010 | 110011 | 100110 | 101100000 | 101001 | 101100 |
Color Harmonies of #9E424E
Complementary color
Monochromatic Colors of #9E424E
Black with #9E424E
Text Example
Text Example
White with #9E424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E424E; }
p { color: rgb(158,66,78); }
H1.HeaderClassName
{
color: #9E424E;
}
.AnyTagClassName
{
color: #9E424E;
}
</style>
background-color css
<style>
a { background-color: #9E424E; }
a { background-color: rgb(158,66,78); }
div.DivClassName
{
background-color: #9E424E;
}
.BgClassName
{
background-color: #9E424E;
}
</style>
border-color css
<style>
span { border-color: #9E424E; }
span { border-color: rgb(158,66,78); }
td.TdClassName
{
border-color: #9E424E;
}
.TagClassName
{
border-color: #9E424E;
}
</style>