Shades of Night Shadz #9E474B
Tints of Night Shadz #9E474B
RGB
CMYK
RGB Variations
Color information
#9E474B (or 0x9E474B) is known color: Night Shadz. HEX triplet: 9E, 47 and 4B. RGB value is (158,71,75). Sum of RGB (Red+Green+Blue) = 158+71+75=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E474B is #61B8B4. Grayscale: #616161. Windows color (decimal): -6404277 or 4933534. OLE color: 4933534.
HSL color Cylindrical-coordinate representation of color #9E474B: hue angle of 357.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E474B is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 71 | 75 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.38 |
| HSL | 357.24º | 0.38% | 0.45% | - |
| HSV(B) | 357.24º | 0.55% | 0.62% | - |
| XYZ | 17.62 | 12.28 | 8.1 | - |
| YUV | 97.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 75 | 0 | 0.55 | 0.53 | 0.38 | 357.24 | 0.38 | 0.45 |
| Hex | 9E | 47 | 4B | 0 | 37 | 35 | 26 | 165 | 26 | 2D |
| Octal | 236 | 107 | 113 | 0 | 67 | 65 | 46 | 545 | 46 | 55 |
| Binary | 10011110 | 1000111 | 1001011 | 0 | 110111 | 110101 | 100110 | 101100101 | 100110 | 101101 |
Color Harmonies of #9E474B
Complementary color
Monochromatic Colors of #9E474B
Black with #9E474B
Text Example
Text Example
White with #9E474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E474B; }
p { color: rgb(158,71,75); }
H1.HeaderClassName
{
color: #9E474B;
}
.AnyTagClassName
{
color: #9E474B;
}
</style>
background-color css
<style>
a { background-color: #9E474B; }
a { background-color: rgb(158,71,75); }
div.DivClassName
{
background-color: #9E474B;
}
.BgClassName
{
background-color: #9E474B;
}
</style>
border-color css
<style>
span { border-color: #9E474B; }
span { border-color: rgb(158,71,75); }
td.TdClassName
{
border-color: #9E474B;
}
.TagClassName
{
border-color: #9E474B;
}
</style>