Shades of Night Shadz #973C51
Tints of Night Shadz #973C51
RGB
CMYK
RGB Variations
Color information
#973C51 (or 0x973C51) is known color: Night Shadz. HEX triplet: 97, 3C and 51. RGB value is (151,60,81). Sum of RGB (Red+Green+Blue) = 151+60+81=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #973C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C51 is #68C3AE. Grayscale: #595959. Windows color (decimal): -6865839 or 5323927. OLE color: 5323927.
HSL color Cylindrical-coordinate representation of color #973C51: hue angle of 346.15º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C51 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 81 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.41 |
| HSL | 346.15º | 0.43% | 0.41% | - |
| HSV(B) | 346.15º | 0.6% | 0.59% | - |
| XYZ | 15.86 | 10.41 | 8.96 | - |
| YUV | 89.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 81 | 0 | 0.60 | 0.46 | 0.41 | 346.15 | 0.43 | 0.41 |
| Hex | 97 | 3C | 51 | 0 | 3C | 2E | 29 | 15A | 2B | 29 |
| Octal | 227 | 74 | 121 | 0 | 74 | 56 | 51 | 532 | 53 | 51 |
| Binary | 10010111 | 111100 | 1010001 | 0 | 111100 | 101110 | 101001 | 101011010 | 101011 | 101001 |
Color Harmonies of #973C51
Complementary color
Monochromatic Colors of #973C51
Black with #973C51
Text Example
Text Example
White with #973C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C51; }
p { color: rgb(151,60,81); }
H1.HeaderClassName
{
color: #973C51;
}
.AnyTagClassName
{
color: #973C51;
}
</style>
background-color css
<style>
a { background-color: #973C51; }
a { background-color: rgb(151,60,81); }
div.DivClassName
{
background-color: #973C51;
}
.BgClassName
{
background-color: #973C51;
}
</style>
border-color css
<style>
span { border-color: #973C51; }
span { border-color: rgb(151,60,81); }
td.TdClassName
{
border-color: #973C51;
}
.TagClassName
{
border-color: #973C51;
}
</style>