Shades of Night Shadz #973D4E
Tints of Night Shadz #973D4E
RGB
CMYK
RGB Variations
Color information
#973D4E (or 0x973D4E) is known color: Night Shadz. HEX triplet: 97, 3D and 4E. RGB value is (151,61,78). Sum of RGB (Red+Green+Blue) = 151+61+78=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #973D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D4E is #68C2B1. Grayscale: #595959. Windows color (decimal): -6865586 or 5127575. OLE color: 5127575.
HSL color Cylindrical-coordinate representation of color #973D4E: hue angle of 348.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D4E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 78 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.41 |
| HSL | 348.67º | 0.42% | 0.42% | - |
| HSV(B) | 348.67º | 0.6% | 0.59% | - |
| XYZ | 15.81 | 10.47 | 8.39 | - |
| YUV | 89.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 78 | 0 | 0.60 | 0.48 | 0.41 | 348.67 | 0.42 | 0.42 |
| Hex | 97 | 3D | 4E | 0 | 3C | 30 | 29 | 15D | 2A | 2A |
| Octal | 227 | 75 | 116 | 0 | 74 | 60 | 51 | 535 | 52 | 52 |
| Binary | 10010111 | 111101 | 1001110 | 0 | 111100 | 110000 | 101001 | 101011101 | 101010 | 101010 |
Color Harmonies of #973D4E
Complementary color
Monochromatic Colors of #973D4E
Black with #973D4E
Text Example
Text Example
White with #973D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D4E; }
p { color: rgb(151,61,78); }
H1.HeaderClassName
{
color: #973D4E;
}
.AnyTagClassName
{
color: #973D4E;
}
</style>
background-color css
<style>
a { background-color: #973D4E; }
a { background-color: rgb(151,61,78); }
div.DivClassName
{
background-color: #973D4E;
}
.BgClassName
{
background-color: #973D4E;
}
</style>
border-color css
<style>
span { border-color: #973D4E; }
span { border-color: rgb(151,61,78); }
td.TdClassName
{
border-color: #973D4E;
}
.TagClassName
{
border-color: #973D4E;
}
</style>