Shades of Night Shadz #973B5A
Tints of Night Shadz #973B5A
RGB
CMYK
RGB Variations
Color information
#973B5A (or 0x973B5A) is known color: Night Shadz. HEX triplet: 97, 3B and 5A. RGB value is (151,59,90). Sum of RGB (Red+Green+Blue) = 151+59+90=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #973B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B5A is #68C4A5. Grayscale: #5A5A5A. Windows color (decimal): -6866086 or 5913495. OLE color: 5913495.
HSL color Cylindrical-coordinate representation of color #973B5A: hue angle of 339.78º 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 #973B5A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 90 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.41 |
| HSL | 339.78º | 0.44% | 0.41% | - |
| HSV(B) | 339.78º | 0.61% | 0.59% | - |
| XYZ | 16.17 | 10.45 | 10.84 | - |
| YUV | 90.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 90 | 0 | 0.61 | 0.40 | 0.41 | 339.78 | 0.44 | 0.41 |
| Hex | 97 | 3B | 5A | 0 | 3D | 28 | 29 | 154 | 2C | 29 |
| Octal | 227 | 73 | 132 | 0 | 75 | 50 | 51 | 524 | 54 | 51 |
| Binary | 10010111 | 111011 | 1011010 | 0 | 111101 | 101000 | 101001 | 101010100 | 101100 | 101001 |
Color Harmonies of #973B5A
Complementary color
Monochromatic Colors of #973B5A
Black with #973B5A
Text Example
Text Example
White with #973B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B5A; }
p { color: rgb(151,59,90); }
H1.HeaderClassName
{
color: #973B5A;
}
.AnyTagClassName
{
color: #973B5A;
}
</style>
background-color css
<style>
a { background-color: #973B5A; }
a { background-color: rgb(151,59,90); }
div.DivClassName
{
background-color: #973B5A;
}
.BgClassName
{
background-color: #973B5A;
}
</style>
border-color css
<style>
span { border-color: #973B5A; }
span { border-color: rgb(151,59,90); }
td.TdClassName
{
border-color: #973B5A;
}
.TagClassName
{
border-color: #973B5A;
}
</style>