Shades of Night Shadz #9D384A
Tints of Night Shadz #9D384A
RGB
CMYK
RGB Variations
Color information
#9D384A (or 0x9D384A) is known color: Night Shadz. HEX triplet: 9D, 38 and 4A. RGB value is (157,56,74). Sum of RGB (Red+Green+Blue) = 157+56+74=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D384A is #62C7B5. Grayscale: #585858. Windows color (decimal): -6473654 or 4864157. OLE color: 4864157.
HSL color Cylindrical-coordinate representation of color #9D384A: hue angle of 349.31º 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 #9D384A is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 74 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.38 |
| HSL | 349.31º | 0.47% | 0.42% | - |
| HSV(B) | 349.31º | 0.64% | 0.62% | - |
| XYZ | 16.55 | 10.49 | 7.63 | - |
| YUV | 88.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 74 | 0 | 0.64 | 0.53 | 0.38 | 349.31 | 0.47 | 0.42 |
| Hex | 9D | 38 | 4A | 0 | 40 | 35 | 26 | 15D | 2F | 2A |
| Octal | 235 | 70 | 112 | 0 | 100 | 65 | 46 | 535 | 57 | 52 |
| Binary | 10011101 | 111000 | 1001010 | 0 | 1000000 | 110101 | 100110 | 101011101 | 101111 | 101010 |
Color Harmonies of #9D384A
Complementary color
Monochromatic Colors of #9D384A
Black with #9D384A
Text Example
Text Example
White with #9D384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D384A; }
p { color: rgb(157,56,74); }
H1.HeaderClassName
{
color: #9D384A;
}
.AnyTagClassName
{
color: #9D384A;
}
</style>
background-color css
<style>
a { background-color: #9D384A; }
a { background-color: rgb(157,56,74); }
div.DivClassName
{
background-color: #9D384A;
}
.BgClassName
{
background-color: #9D384A;
}
</style>
border-color css
<style>
span { border-color: #9D384A; }
span { border-color: rgb(157,56,74); }
td.TdClassName
{
border-color: #9D384A;
}
.TagClassName
{
border-color: #9D384A;
}
</style>