Shades of Night Shadz #9D464A
Tints of Night Shadz #9D464A
RGB
CMYK
RGB Variations
Color information
#9D464A (or 0x9D464A) is known color: Night Shadz. HEX triplet: 9D, 46 and 4A. RGB value is (157,70,74). Sum of RGB (Red+Green+Blue) = 157+70+74=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D464A is #62B9B5. Grayscale: #606060. Windows color (decimal): -6470070 or 4867741. OLE color: 4867741.
HSL color Cylindrical-coordinate representation of color #9D464A: hue angle of 357.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D464A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 74 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.38 |
| HSL | 357.24º | 0.38% | 0.45% | - |
| HSV(B) | 357.24º | 0.55% | 0.62% | - |
| XYZ | 17.33 | 12.04 | 7.89 | - |
| YUV | 96.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 74 | 0 | 0.55 | 0.53 | 0.38 | 357.24 | 0.38 | 0.45 |
| Hex | 9D | 46 | 4A | 0 | 37 | 35 | 26 | 165 | 26 | 2D |
| Octal | 235 | 106 | 112 | 0 | 67 | 65 | 46 | 545 | 46 | 55 |
| Binary | 10011101 | 1000110 | 1001010 | 0 | 110111 | 110101 | 100110 | 101100101 | 100110 | 101101 |
Color Harmonies of #9D464A
Complementary color
Monochromatic Colors of #9D464A
Black with #9D464A
Text Example
Text Example
White with #9D464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D464A; }
p { color: rgb(157,70,74); }
H1.HeaderClassName
{
color: #9D464A;
}
.AnyTagClassName
{
color: #9D464A;
}
</style>
background-color css
<style>
a { background-color: #9D464A; }
a { background-color: rgb(157,70,74); }
div.DivClassName
{
background-color: #9D464A;
}
.BgClassName
{
background-color: #9D464A;
}
</style>
border-color css
<style>
span { border-color: #9D464A; }
span { border-color: rgb(157,70,74); }
td.TdClassName
{
border-color: #9D464A;
}
.TagClassName
{
border-color: #9D464A;
}
</style>