Shades of Night Shadz #9E374B
Tints of Night Shadz #9E374B
RGB
CMYK
RGB Variations
Color information
#9E374B (or 0x9E374B) is known color: Night Shadz. HEX triplet: 9E, 37 and 4B. RGB value is (158,55,75). Sum of RGB (Red+Green+Blue) = 158+55+75=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E374B is #61C8B4. Grayscale: #585858. Windows color (decimal): -6408373 or 4929438. OLE color: 4929438.
HSL color Cylindrical-coordinate representation of color #9E374B: hue angle of 348.35º 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 #9E374B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 75 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.38 |
| HSL | 348.35º | 0.48% | 0.42% | - |
| HSV(B) | 348.35º | 0.65% | 0.62% | - |
| XYZ | 16.74 | 10.51 | 7.8 | - |
| YUV | 88.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 75 | 0 | 0.65 | 0.53 | 0.38 | 348.35 | 0.48 | 0.42 |
| Hex | 9E | 37 | 4B | 0 | 41 | 35 | 26 | 15C | 30 | 2A |
| Octal | 236 | 67 | 113 | 0 | 101 | 65 | 46 | 534 | 60 | 52 |
| Binary | 10011110 | 110111 | 1001011 | 0 | 1000001 | 110101 | 100110 | 101011100 | 110000 | 101010 |
Color Harmonies of #9E374B
Complementary color
Monochromatic Colors of #9E374B
Black with #9E374B
Text Example
Text Example
White with #9E374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E374B; }
p { color: rgb(158,55,75); }
H1.HeaderClassName
{
color: #9E374B;
}
.AnyTagClassName
{
color: #9E374B;
}
</style>
background-color css
<style>
a { background-color: #9E374B; }
a { background-color: rgb(158,55,75); }
div.DivClassName
{
background-color: #9E374B;
}
.BgClassName
{
background-color: #9E374B;
}
</style>
border-color css
<style>
span { border-color: #9E374B; }
span { border-color: rgb(158,55,75); }
td.TdClassName
{
border-color: #9E374B;
}
.TagClassName
{
border-color: #9E374B;
}
</style>