Shades of Night Shadz #9E414B
Tints of Night Shadz #9E414B
RGB
CMYK
RGB Variations
Color information
#9E414B (or 0x9E414B) is known color: Night Shadz. HEX triplet: 9E, 41 and 4B. RGB value is (158,65,75). Sum of RGB (Red+Green+Blue) = 158+65+75=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E414B is #61BEB4. Grayscale: #5E5E5E. Windows color (decimal): -6405813 or 4931998. OLE color: 4931998.
HSL color Cylindrical-coordinate representation of color #9E414B: hue angle of 353.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E414B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 65 | 75 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.38 |
| HSL | 353.55º | 0.42% | 0.44% | - |
| HSV(B) | 353.55º | 0.59% | 0.62% | - |
| XYZ | 17.26 | 11.56 | 7.98 | - |
| YUV | 93.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 75 | 0 | 0.59 | 0.53 | 0.38 | 353.55 | 0.42 | 0.44 |
| Hex | 9E | 41 | 4B | 0 | 3B | 35 | 26 | 162 | 2A | 2C |
| Octal | 236 | 101 | 113 | 0 | 73 | 65 | 46 | 542 | 52 | 54 |
| Binary | 10011110 | 1000001 | 1001011 | 0 | 111011 | 110101 | 100110 | 101100010 | 101010 | 101100 |
Color Harmonies of #9E414B
Complementary color
Monochromatic Colors of #9E414B
Black with #9E414B
Text Example
Text Example
White with #9E414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E414B; }
p { color: rgb(158,65,75); }
H1.HeaderClassName
{
color: #9E414B;
}
.AnyTagClassName
{
color: #9E414B;
}
</style>
background-color css
<style>
a { background-color: #9E414B; }
a { background-color: rgb(158,65,75); }
div.DivClassName
{
background-color: #9E414B;
}
.BgClassName
{
background-color: #9E414B;
}
</style>
border-color css
<style>
span { border-color: #9E414B; }
span { border-color: rgb(158,65,75); }
td.TdClassName
{
border-color: #9E414B;
}
.TagClassName
{
border-color: #9E414B;
}
</style>