Shades of Night Shadz #9D434D
Tints of Night Shadz #9D434D
RGB
CMYK
RGB Variations
Color information
#9D434D (or 0x9D434D) is known color: Night Shadz. HEX triplet: 9D, 43 and 4D. RGB value is (157,67,77). Sum of RGB (Red+Green+Blue) = 157+67+77=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D434D is #62BCB2. Grayscale: #5F5F5F. Windows color (decimal): -6470835 or 5063581. OLE color: 5063581.
HSL color Cylindrical-coordinate representation of color #9D434D: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D434D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 77 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.38 |
| HSL | 353.33º | 0.4% | 0.44% | - |
| HSV(B) | 353.33º | 0.57% | 0.62% | - |
| XYZ | 17.25 | 11.72 | 8.37 | - |
| YUV | 95.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 77 | 0 | 0.57 | 0.51 | 0.38 | 353.33 | 0.4 | 0.44 |
| Hex | 9D | 43 | 4D | 0 | 39 | 33 | 26 | 161 | 28 | 2C |
| Octal | 235 | 103 | 115 | 0 | 71 | 63 | 46 | 541 | 50 | 54 |
| Binary | 10011101 | 1000011 | 1001101 | 0 | 111001 | 110011 | 100110 | 101100001 | 101000 | 101100 |
Color Harmonies of #9D434D
Complementary color
Monochromatic Colors of #9D434D
Black with #9D434D
Text Example
Text Example
White with #9D434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D434D; }
p { color: rgb(157,67,77); }
H1.HeaderClassName
{
color: #9D434D;
}
.AnyTagClassName
{
color: #9D434D;
}
</style>
background-color css
<style>
a { background-color: #9D434D; }
a { background-color: rgb(157,67,77); }
div.DivClassName
{
background-color: #9D434D;
}
.BgClassName
{
background-color: #9D434D;
}
</style>
border-color css
<style>
span { border-color: #9D434D; }
span { border-color: rgb(157,67,77); }
td.TdClassName
{
border-color: #9D434D;
}
.TagClassName
{
border-color: #9D434D;
}
</style>