Shades of Night Shadz #9E364A
Tints of Night Shadz #9E364A
RGB
CMYK
RGB Variations
Color information
#9E364A (or 0x9E364A) is known color: Night Shadz. HEX triplet: 9E, 36 and 4A. RGB value is (158,54,74). Sum of RGB (Red+Green+Blue) = 158+54+74=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E364A is #61C9B5. Grayscale: #575757. Windows color (decimal): -6408630 or 4863646. OLE color: 4863646.
HSL color Cylindrical-coordinate representation of color #9E364A: hue angle of 348.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E364A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 74 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.38 |
| HSL | 348.46º | 0.49% | 0.42% | - |
| HSV(B) | 348.46º | 0.66% | 0.62% | - |
| XYZ | 16.66 | 10.4 | 7.61 | - |
| YUV | 87.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 74 | 0 | 0.66 | 0.53 | 0.38 | 348.46 | 0.49 | 0.42 |
| Hex | 9E | 36 | 4A | 0 | 42 | 35 | 26 | 15C | 31 | 2A |
| Octal | 236 | 66 | 112 | 0 | 102 | 65 | 46 | 534 | 61 | 52 |
| Binary | 10011110 | 110110 | 1001010 | 0 | 1000010 | 110101 | 100110 | 101011100 | 110001 | 101010 |
Color Harmonies of #9E364A
Complementary color
Monochromatic Colors of #9E364A
Black with #9E364A
Text Example
Text Example
White with #9E364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E364A; }
p { color: rgb(158,54,74); }
H1.HeaderClassName
{
color: #9E364A;
}
.AnyTagClassName
{
color: #9E364A;
}
</style>
background-color css
<style>
a { background-color: #9E364A; }
a { background-color: rgb(158,54,74); }
div.DivClassName
{
background-color: #9E364A;
}
.BgClassName
{
background-color: #9E364A;
}
</style>
border-color css
<style>
span { border-color: #9E364A; }
span { border-color: rgb(158,54,74); }
td.TdClassName
{
border-color: #9E364A;
}
.TagClassName
{
border-color: #9E364A;
}
</style>