Shades of Night Shadz #9E434A
Tints of Night Shadz #9E434A
RGB
CMYK
RGB Variations
Color information
#9E434A (or 0x9E434A) is known color: Night Shadz. HEX triplet: 9E, 43 and 4A. RGB value is (158,67,74). Sum of RGB (Red+Green+Blue) = 158+67+74=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E434A is #61BCB5. Grayscale: #5F5F5F. Windows color (decimal): -6405302 or 4866974. OLE color: 4866974.
HSL color Cylindrical-coordinate representation of color #9E434A: hue angle of 355.38º 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 #9E434A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 74 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.38 |
| HSL | 355.38º | 0.4% | 0.44% | - |
| HSV(B) | 355.38º | 0.58% | 0.62% | - |
| XYZ | 17.34 | 11.78 | 7.84 | - |
| YUV | 95.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 74 | 0 | 0.58 | 0.53 | 0.38 | 355.38 | 0.4 | 0.44 |
| Hex | 9E | 43 | 4A | 0 | 3A | 35 | 26 | 163 | 28 | 2C |
| Octal | 236 | 103 | 112 | 0 | 72 | 65 | 46 | 543 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1001010 | 0 | 111010 | 110101 | 100110 | 101100011 | 101000 | 101100 |
Color Harmonies of #9E434A
Complementary color
Monochromatic Colors of #9E434A
Black with #9E434A
Text Example
Text Example
White with #9E434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E434A; }
p { color: rgb(158,67,74); }
H1.HeaderClassName
{
color: #9E434A;
}
.AnyTagClassName
{
color: #9E434A;
}
</style>
background-color css
<style>
a { background-color: #9E434A; }
a { background-color: rgb(158,67,74); }
div.DivClassName
{
background-color: #9E434A;
}
.BgClassName
{
background-color: #9E434A;
}
</style>
border-color css
<style>
span { border-color: #9E434A; }
span { border-color: rgb(158,67,74); }
td.TdClassName
{
border-color: #9E434A;
}
.TagClassName
{
border-color: #9E434A;
}
</style>