Shades of Night Shadz #9E4A4E
Tints of Night Shadz #9E4A4E
RGB
CMYK
RGB Variations
Color information
#9E4A4E (or 0x9E4A4E) is known color: Night Shadz. HEX triplet: 9E, 4A and 4E. RGB value is (158,74,78). Sum of RGB (Red+Green+Blue) = 158+74+78=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4A4E is #61B5B1. Grayscale: #636363. Windows color (decimal): -6403506 or 5130910. OLE color: 5130910.
HSL color Cylindrical-coordinate representation of color #9E4A4E: hue angle of 357.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A4E is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 78 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.38 |
| HSL | 357.14º | 0.36% | 0.45% | - |
| HSV(B) | 357.14º | 0.53% | 0.62% | - |
| XYZ | 17.92 | 12.72 | 8.72 | - |
| YUV | 99.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 78 | 0 | 0.53 | 0.51 | 0.38 | 357.14 | 0.36 | 0.45 |
| Hex | 9E | 4A | 4E | 0 | 35 | 33 | 26 | 165 | 24 | 2D |
| Octal | 236 | 112 | 116 | 0 | 65 | 63 | 46 | 545 | 44 | 55 |
| Binary | 10011110 | 1001010 | 1001110 | 0 | 110101 | 110011 | 100110 | 101100101 | 100100 | 101101 |
Color Harmonies of #9E4A4E
Complementary color
Monochromatic Colors of #9E4A4E
Black with #9E4A4E
Text Example
Text Example
White with #9E4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A4E; }
p { color: rgb(158,74,78); }
H1.HeaderClassName
{
color: #9E4A4E;
}
.AnyTagClassName
{
color: #9E4A4E;
}
</style>
background-color css
<style>
a { background-color: #9E4A4E; }
a { background-color: rgb(158,74,78); }
div.DivClassName
{
background-color: #9E4A4E;
}
.BgClassName
{
background-color: #9E4A4E;
}
</style>
border-color css
<style>
span { border-color: #9E4A4E; }
span { border-color: rgb(158,74,78); }
td.TdClassName
{
border-color: #9E4A4E;
}
.TagClassName
{
border-color: #9E4A4E;
}
</style>