Shades of Night Shadz #9D354A
Tints of Night Shadz #9D354A
RGB
CMYK
RGB Variations
Color information
#9D354A (or 0x9D354A) is known color: Night Shadz. HEX triplet: 9D, 35 and 4A. RGB value is (157,53,74). Sum of RGB (Red+Green+Blue) = 157+53+74=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D354A is #62CAB5. Grayscale: #565656. Windows color (decimal): -6474422 or 4863389. OLE color: 4863389.
HSL color Cylindrical-coordinate representation of color #9D354A: hue angle of 347.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D354A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 74 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.38 |
| HSL | 347.88º | 0.5% | 0.41% | - |
| HSV(B) | 347.88º | 0.66% | 0.62% | - |
| XYZ | 16.41 | 10.21 | 7.58 | - |
| YUV | 86.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 74 | 0 | 0.66 | 0.53 | 0.38 | 347.88 | 0.5 | 0.41 |
| Hex | 9D | 35 | 4A | 0 | 42 | 35 | 26 | 15C | 32 | 29 |
| Octal | 235 | 65 | 112 | 0 | 102 | 65 | 46 | 534 | 62 | 51 |
| Binary | 10011101 | 110101 | 1001010 | 0 | 1000010 | 110101 | 100110 | 101011100 | 110010 | 101001 |
Color Harmonies of #9D354A
Complementary color
Monochromatic Colors of #9D354A
Black with #9D354A
Text Example
Text Example
White with #9D354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D354A; }
p { color: rgb(157,53,74); }
H1.HeaderClassName
{
color: #9D354A;
}
.AnyTagClassName
{
color: #9D354A;
}
</style>
background-color css
<style>
a { background-color: #9D354A; }
a { background-color: rgb(157,53,74); }
div.DivClassName
{
background-color: #9D354A;
}
.BgClassName
{
background-color: #9D354A;
}
</style>
border-color css
<style>
span { border-color: #9D354A; }
span { border-color: rgb(157,53,74); }
td.TdClassName
{
border-color: #9D354A;
}
.TagClassName
{
border-color: #9D354A;
}
</style>