Shades of Night Shadz #973B55
Tints of Night Shadz #973B55
RGB
CMYK
RGB Variations
Color information
#973B55 (or 0x973B55) is known color: Night Shadz. HEX triplet: 97, 3B and 55. RGB value is (151,59,85). Sum of RGB (Red+Green+Blue) = 151+59+85=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #973B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B55 is #68C4AA. Grayscale: #595959. Windows color (decimal): -6866091 or 5585815. OLE color: 5585815.
HSL color Cylindrical-coordinate representation of color #973B55: hue angle of 343.04º 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 #973B55 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 85 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.41 |
| HSL | 343.04º | 0.44% | 0.41% | - |
| HSV(B) | 343.04º | 0.61% | 0.59% | - |
| XYZ | 15.97 | 10.36 | 9.75 | - |
| YUV | 89.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 85 | 0 | 0.61 | 0.44 | 0.41 | 343.04 | 0.44 | 0.41 |
| Hex | 97 | 3B | 55 | 0 | 3D | 2C | 29 | 157 | 2C | 29 |
| Octal | 227 | 73 | 125 | 0 | 75 | 54 | 51 | 527 | 54 | 51 |
| Binary | 10010111 | 111011 | 1010101 | 0 | 111101 | 101100 | 101001 | 101010111 | 101100 | 101001 |
Color Harmonies of #973B55
Complementary color
Monochromatic Colors of #973B55
Black with #973B55
Text Example
Text Example
White with #973B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B55; }
p { color: rgb(151,59,85); }
H1.HeaderClassName
{
color: #973B55;
}
.AnyTagClassName
{
color: #973B55;
}
</style>
background-color css
<style>
a { background-color: #973B55; }
a { background-color: rgb(151,59,85); }
div.DivClassName
{
background-color: #973B55;
}
.BgClassName
{
background-color: #973B55;
}
</style>
border-color css
<style>
span { border-color: #973B55; }
span { border-color: rgb(151,59,85); }
td.TdClassName
{
border-color: #973B55;
}
.TagClassName
{
border-color: #973B55;
}
</style>