Shades of Night Shadz #9E434C
Tints of Night Shadz #9E434C
RGB
CMYK
RGB Variations
Color information
#9E434C (or 0x9E434C) is known color: Night Shadz. HEX triplet: 9E, 43 and 4C. RGB value is (158,67,76). Sum of RGB (Red+Green+Blue) = 158+67+76=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E434C is #61BCB3. Grayscale: #5F5F5F. Windows color (decimal): -6405300 or 4998046. OLE color: 4998046.
HSL color Cylindrical-coordinate representation of color #9E434C: hue angle of 354.07º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E434C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 76 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.38 |
| HSL | 354.07º | 0.4% | 0.44% | - |
| HSV(B) | 354.07º | 0.58% | 0.62% | - |
| XYZ | 17.41 | 11.81 | 8.2 | - |
| YUV | 95.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 76 | 0 | 0.58 | 0.52 | 0.38 | 354.07 | 0.4 | 0.44 |
| Hex | 9E | 43 | 4C | 0 | 3A | 34 | 26 | 162 | 28 | 2C |
| Octal | 236 | 103 | 114 | 0 | 72 | 64 | 46 | 542 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1001100 | 0 | 111010 | 110100 | 100110 | 101100010 | 101000 | 101100 |
Color Harmonies of #9E434C
Complementary color
Monochromatic Colors of #9E434C
Black with #9E434C
Text Example
Text Example
White with #9E434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E434C; }
p { color: rgb(158,67,76); }
H1.HeaderClassName
{
color: #9E434C;
}
.AnyTagClassName
{
color: #9E434C;
}
</style>
background-color css
<style>
a { background-color: #9E434C; }
a { background-color: rgb(158,67,76); }
div.DivClassName
{
background-color: #9E434C;
}
.BgClassName
{
background-color: #9E434C;
}
</style>
border-color css
<style>
span { border-color: #9E434C; }
span { border-color: rgb(158,67,76); }
td.TdClassName
{
border-color: #9E434C;
}
.TagClassName
{
border-color: #9E434C;
}
</style>