Shades of Night Shadz #9E424A
Tints of Night Shadz #9E424A
RGB
CMYK
RGB Variations
Color information
#9E424A (or 0x9E424A) is known color: Night Shadz. HEX triplet: 9E, 42 and 4A. RGB value is (158,66,74). Sum of RGB (Red+Green+Blue) = 158+66+74=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E424A is #61BDB5. Grayscale: #5E5E5E. Windows color (decimal): -6405558 or 4866718. OLE color: 4866718.
HSL color Cylindrical-coordinate representation of color #9E424A: hue angle of 354.78º 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 #9E424A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 66 | 74 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.38 |
| HSL | 354.78º | 0.41% | 0.44% | - |
| HSV(B) | 354.78º | 0.58% | 0.62% | - |
| XYZ | 17.28 | 11.66 | 7.82 | - |
| YUV | 94.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 74 | 0 | 0.58 | 0.53 | 0.38 | 354.78 | 0.41 | 0.44 |
| Hex | 9E | 42 | 4A | 0 | 3A | 35 | 26 | 163 | 29 | 2C |
| Octal | 236 | 102 | 112 | 0 | 72 | 65 | 46 | 543 | 51 | 54 |
| Binary | 10011110 | 1000010 | 1001010 | 0 | 111010 | 110101 | 100110 | 101100011 | 101001 | 101100 |
Color Harmonies of #9E424A
Complementary color
Monochromatic Colors of #9E424A
Black with #9E424A
Text Example
Text Example
White with #9E424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E424A; }
p { color: rgb(158,66,74); }
H1.HeaderClassName
{
color: #9E424A;
}
.AnyTagClassName
{
color: #9E424A;
}
</style>
background-color css
<style>
a { background-color: #9E424A; }
a { background-color: rgb(158,66,74); }
div.DivClassName
{
background-color: #9E424A;
}
.BgClassName
{
background-color: #9E424A;
}
</style>
border-color css
<style>
span { border-color: #9E424A; }
span { border-color: rgb(158,66,74); }
td.TdClassName
{
border-color: #9E424A;
}
.TagClassName
{
border-color: #9E424A;
}
</style>