Shades of Night Shadz #9E3752
Tints of Night Shadz #9E3752
RGB
CMYK
RGB Variations
Color information
#9E3752 (or 0x9E3752) is known color: Night Shadz. HEX triplet: 9E, 37 and 52. RGB value is (158,55,82). Sum of RGB (Red+Green+Blue) = 158+55+82=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3752 is #61C8AD. Grayscale: #585858. Windows color (decimal): -6408366 or 5388190. OLE color: 5388190.
HSL color Cylindrical-coordinate representation of color #9E3752: hue angle of 344.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3752 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 82 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.38 |
| HSL | 344.27º | 0.48% | 0.42% | - |
| HSV(B) | 344.27º | 0.65% | 0.62% | - |
| XYZ | 16.99 | 10.61 | 9.14 | - |
| YUV | 88.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 82 | 0 | 0.65 | 0.48 | 0.38 | 344.27 | 0.48 | 0.42 |
| Hex | 9E | 37 | 52 | 0 | 41 | 30 | 26 | 158 | 30 | 2A |
| Octal | 236 | 67 | 122 | 0 | 101 | 60 | 46 | 530 | 60 | 52 |
| Binary | 10011110 | 110111 | 1010010 | 0 | 1000001 | 110000 | 100110 | 101011000 | 110000 | 101010 |
Color Harmonies of #9E3752
Complementary color
Monochromatic Colors of #9E3752
Black with #9E3752
Text Example
Text Example
White with #9E3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3752; }
p { color: rgb(158,55,82); }
H1.HeaderClassName
{
color: #9E3752;
}
.AnyTagClassName
{
color: #9E3752;
}
</style>
background-color css
<style>
a { background-color: #9E3752; }
a { background-color: rgb(158,55,82); }
div.DivClassName
{
background-color: #9E3752;
}
.BgClassName
{
background-color: #9E3752;
}
</style>
border-color css
<style>
span { border-color: #9E3752; }
span { border-color: rgb(158,55,82); }
td.TdClassName
{
border-color: #9E3752;
}
.TagClassName
{
border-color: #9E3752;
}
</style>