Shades of Night Shadz #973D52
Tints of Night Shadz #973D52
RGB
CMYK
RGB Variations
Color information
#973D52 (or 0x973D52) is known color: Night Shadz. HEX triplet: 97, 3D and 52. RGB value is (151,61,82). Sum of RGB (Red+Green+Blue) = 151+61+82=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #973D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D52 is #68C2AD. Grayscale: #5A5A5A. Windows color (decimal): -6865582 or 5389719. OLE color: 5389719.
HSL color Cylindrical-coordinate representation of color #973D52: hue angle of 346º 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 #973D52 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 82 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.41 |
| HSL | 346º | 0.42% | 0.42% | - |
| HSV(B) | 346º | 0.6% | 0.59% | - |
| XYZ | 15.95 | 10.53 | 9.17 | - |
| YUV | 90.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 82 | 0 | 0.60 | 0.46 | 0.41 | 346 | 0.42 | 0.42 |
| Hex | 97 | 3D | 52 | 0 | 3C | 2E | 29 | 15A | 2A | 2A |
| Octal | 227 | 75 | 122 | 0 | 74 | 56 | 51 | 532 | 52 | 52 |
| Binary | 10010111 | 111101 | 1010010 | 0 | 111100 | 101110 | 101001 | 101011010 | 101010 | 101010 |
Color Harmonies of #973D52
Complementary color
Monochromatic Colors of #973D52
Black with #973D52
Text Example
Text Example
White with #973D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D52; }
p { color: rgb(151,61,82); }
H1.HeaderClassName
{
color: #973D52;
}
.AnyTagClassName
{
color: #973D52;
}
</style>
background-color css
<style>
a { background-color: #973D52; }
a { background-color: rgb(151,61,82); }
div.DivClassName
{
background-color: #973D52;
}
.BgClassName
{
background-color: #973D52;
}
</style>
border-color css
<style>
span { border-color: #973D52; }
span { border-color: rgb(151,61,82); }
td.TdClassName
{
border-color: #973D52;
}
.TagClassName
{
border-color: #973D52;
}
</style>