Shades of Night Shadz #9D384D
Tints of Night Shadz #9D384D
RGB
CMYK
RGB Variations
Color information
#9D384D (or 0x9D384D) is known color: Night Shadz. HEX triplet: 9D, 38 and 4D. RGB value is (157,56,77). Sum of RGB (Red+Green+Blue) = 157+56+77=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D384D is #62C7B2. Grayscale: #585858. Windows color (decimal): -6473651 or 5060765. OLE color: 5060765.
HSL color Cylindrical-coordinate representation of color #9D384D: hue angle of 347.52º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D384D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 77 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.38 |
| HSL | 347.52º | 0.47% | 0.42% | - |
| HSV(B) | 347.52º | 0.64% | 0.62% | - |
| XYZ | 16.66 | 10.53 | 8.18 | - |
| YUV | 88.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 77 | 0 | 0.64 | 0.51 | 0.38 | 347.52 | 0.47 | 0.42 |
| Hex | 9D | 38 | 4D | 0 | 40 | 33 | 26 | 15C | 2F | 2A |
| Octal | 235 | 70 | 115 | 0 | 100 | 63 | 46 | 534 | 57 | 52 |
| Binary | 10011101 | 111000 | 1001101 | 0 | 1000000 | 110011 | 100110 | 101011100 | 101111 | 101010 |
Color Harmonies of #9D384D
Complementary color
Monochromatic Colors of #9D384D
Black with #9D384D
Text Example
Text Example
White with #9D384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D384D; }
p { color: rgb(157,56,77); }
H1.HeaderClassName
{
color: #9D384D;
}
.AnyTagClassName
{
color: #9D384D;
}
</style>
background-color css
<style>
a { background-color: #9D384D; }
a { background-color: rgb(157,56,77); }
div.DivClassName
{
background-color: #9D384D;
}
.BgClassName
{
background-color: #9D384D;
}
</style>
border-color css
<style>
span { border-color: #9D384D; }
span { border-color: rgb(157,56,77); }
td.TdClassName
{
border-color: #9D384D;
}
.TagClassName
{
border-color: #9D384D;
}
</style>