Shades of Night Shadz #9D414A
Tints of Night Shadz #9D414A
RGB
CMYK
RGB Variations
Color information
#9D414A (or 0x9D414A) is known color: Night Shadz. HEX triplet: 9D, 41 and 4A. RGB value is (157,65,74). Sum of RGB (Red+Green+Blue) = 157+65+74=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D414A is #62BEB5. Grayscale: #5D5D5D. Windows color (decimal): -6471350 or 4866461. OLE color: 4866461.
HSL color Cylindrical-coordinate representation of color #9D414A: hue angle of 354.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D414A is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 74 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.38 |
| HSL | 354.13º | 0.41% | 0.44% | - |
| HSV(B) | 354.13º | 0.59% | 0.62% | - |
| XYZ | 17.03 | 11.44 | 7.79 | - |
| YUV | 93.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 74 | 0 | 0.59 | 0.53 | 0.38 | 354.13 | 0.41 | 0.44 |
| Hex | 9D | 41 | 4A | 0 | 3B | 35 | 26 | 162 | 29 | 2C |
| Octal | 235 | 101 | 112 | 0 | 73 | 65 | 46 | 542 | 51 | 54 |
| Binary | 10011101 | 1000001 | 1001010 | 0 | 111011 | 110101 | 100110 | 101100010 | 101001 | 101100 |
Color Harmonies of #9D414A
Complementary color
Monochromatic Colors of #9D414A
Black with #9D414A
Text Example
Text Example
White with #9D414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D414A; }
p { color: rgb(157,65,74); }
H1.HeaderClassName
{
color: #9D414A;
}
.AnyTagClassName
{
color: #9D414A;
}
</style>
background-color css
<style>
a { background-color: #9D414A; }
a { background-color: rgb(157,65,74); }
div.DivClassName
{
background-color: #9D414A;
}
.BgClassName
{
background-color: #9D414A;
}
</style>
border-color css
<style>
span { border-color: #9D414A; }
span { border-color: rgb(157,65,74); }
td.TdClassName
{
border-color: #9D414A;
}
.TagClassName
{
border-color: #9D414A;
}
</style>