Shades of Night Shadz #9D424F
Tints of Night Shadz #9D424F
RGB
CMYK
RGB Variations
Color information
#9D424F (or 0x9D424F) is known color: Night Shadz. HEX triplet: 9D, 42 and 4F. RGB value is (157,66,79). Sum of RGB (Red+Green+Blue) = 157+66+79=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D424F is #62BDB0. Grayscale: #5E5E5E. Windows color (decimal): -6471089 or 5194397. OLE color: 5194397.
HSL color Cylindrical-coordinate representation of color #9D424F: hue angle of 351.43º degrees, saturation: 0.41, 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 #9D424F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 79 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.38 |
| HSL | 351.43º | 0.41% | 0.44% | - |
| HSV(B) | 351.43º | 0.58% | 0.62% | - |
| XYZ | 17.26 | 11.63 | 8.73 | - |
| YUV | 94.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 79 | 0 | 0.58 | 0.50 | 0.38 | 351.43 | 0.41 | 0.44 |
| Hex | 9D | 42 | 4F | 0 | 3A | 32 | 26 | 15F | 29 | 2C |
| Octal | 235 | 102 | 117 | 0 | 72 | 62 | 46 | 537 | 51 | 54 |
| Binary | 10011101 | 1000010 | 1001111 | 0 | 111010 | 110010 | 100110 | 101011111 | 101001 | 101100 |
Color Harmonies of #9D424F
Complementary color
Monochromatic Colors of #9D424F
Black with #9D424F
Text Example
Text Example
White with #9D424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D424F; }
p { color: rgb(157,66,79); }
H1.HeaderClassName
{
color: #9D424F;
}
.AnyTagClassName
{
color: #9D424F;
}
</style>
background-color css
<style>
a { background-color: #9D424F; }
a { background-color: rgb(157,66,79); }
div.DivClassName
{
background-color: #9D424F;
}
.BgClassName
{
background-color: #9D424F;
}
</style>
border-color css
<style>
span { border-color: #9D424F; }
span { border-color: rgb(157,66,79); }
td.TdClassName
{
border-color: #9D424F;
}
.TagClassName
{
border-color: #9D424F;
}
</style>