Shades of Night Shadz #973B56
Tints of Night Shadz #973B56
RGB
CMYK
RGB Variations
Color information
#973B56 (or 0x973B56) is known color: Night Shadz. HEX triplet: 97, 3B and 56. RGB value is (151,59,86). Sum of RGB (Red+Green+Blue) = 151+59+86=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #973B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B56 is #68C4A9. Grayscale: #595959. Windows color (decimal): -6866090 or 5651351. OLE color: 5651351.
HSL color Cylindrical-coordinate representation of color #973B56: hue angle of 342.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B56 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 86 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.41 |
| HSL | 342.39º | 0.44% | 0.41% | - |
| HSV(B) | 342.39º | 0.61% | 0.59% | - |
| XYZ | 16.01 | 10.38 | 9.96 | - |
| YUV | 89.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 86 | 0 | 0.61 | 0.43 | 0.41 | 342.39 | 0.44 | 0.41 |
| Hex | 97 | 3B | 56 | 0 | 3D | 2B | 29 | 156 | 2C | 29 |
| Octal | 227 | 73 | 126 | 0 | 75 | 53 | 51 | 526 | 54 | 51 |
| Binary | 10010111 | 111011 | 1010110 | 0 | 111101 | 101011 | 101001 | 101010110 | 101100 | 101001 |
Color Harmonies of #973B56
Complementary color
Monochromatic Colors of #973B56
Black with #973B56
Text Example
Text Example
White with #973B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B56; }
p { color: rgb(151,59,86); }
H1.HeaderClassName
{
color: #973B56;
}
.AnyTagClassName
{
color: #973B56;
}
</style>
background-color css
<style>
a { background-color: #973B56; }
a { background-color: rgb(151,59,86); }
div.DivClassName
{
background-color: #973B56;
}
.BgClassName
{
background-color: #973B56;
}
</style>
border-color css
<style>
span { border-color: #973B56; }
span { border-color: rgb(151,59,86); }
td.TdClassName
{
border-color: #973B56;
}
.TagClassName
{
border-color: #973B56;
}
</style>