Shades of Night Shadz #973C52
Tints of Night Shadz #973C52
RGB
CMYK
RGB Variations
Color information
#973C52 (or 0x973C52) is known color: Night Shadz. HEX triplet: 97, 3C and 52. RGB value is (151,60,82). Sum of RGB (Red+Green+Blue) = 151+60+82=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #973C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C52 is #68C3AD. Grayscale: #595959. Windows color (decimal): -6865838 or 5389463. OLE color: 5389463.
HSL color Cylindrical-coordinate representation of color #973C52: hue angle of 345.49º 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 #973C52 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 82 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.41 |
| HSL | 345.49º | 0.43% | 0.41% | - |
| HSV(B) | 345.49º | 0.6% | 0.59% | - |
| XYZ | 15.9 | 10.42 | 9.16 | - |
| YUV | 89.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 82 | 0 | 0.60 | 0.46 | 0.41 | 345.49 | 0.43 | 0.41 |
| Hex | 97 | 3C | 52 | 0 | 3C | 2E | 29 | 159 | 2B | 29 |
| Octal | 227 | 74 | 122 | 0 | 74 | 56 | 51 | 531 | 53 | 51 |
| Binary | 10010111 | 111100 | 1010010 | 0 | 111100 | 101110 | 101001 | 101011001 | 101011 | 101001 |
Color Harmonies of #973C52
Complementary color
Monochromatic Colors of #973C52
Black with #973C52
Text Example
Text Example
White with #973C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C52; }
p { color: rgb(151,60,82); }
H1.HeaderClassName
{
color: #973C52;
}
.AnyTagClassName
{
color: #973C52;
}
</style>
background-color css
<style>
a { background-color: #973C52; }
a { background-color: rgb(151,60,82); }
div.DivClassName
{
background-color: #973C52;
}
.BgClassName
{
background-color: #973C52;
}
</style>
border-color css
<style>
span { border-color: #973C52; }
span { border-color: rgb(151,60,82); }
td.TdClassName
{
border-color: #973C52;
}
.TagClassName
{
border-color: #973C52;
}
</style>