Shades of Night Shadz #973B47
Tints of Night Shadz #973B47
RGB
CMYK
RGB Variations
Color information
#973B47 (or 0x973B47) is known color: Night Shadz. HEX triplet: 97, 3B and 47. RGB value is (151,59,71). Sum of RGB (Red+Green+Blue) = 151+59+71=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #973B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B47 is #68C4B8. Grayscale: #575757. Windows color (decimal): -6866105 or 4668311. OLE color: 4668311.
HSL color Cylindrical-coordinate representation of color #973B47: hue angle of 352.17º 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 #973B47 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 71 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.41 |
| HSL | 352.17º | 0.44% | 0.41% | - |
| HSV(B) | 352.17º | 0.61% | 0.59% | - |
| XYZ | 15.46 | 10.16 | 7.11 | - |
| YUV | 87.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 71 | 0 | 0.61 | 0.53 | 0.41 | 352.17 | 0.44 | 0.41 |
| Hex | 97 | 3B | 47 | 0 | 3D | 35 | 29 | 160 | 2C | 29 |
| Octal | 227 | 73 | 107 | 0 | 75 | 65 | 51 | 540 | 54 | 51 |
| Binary | 10010111 | 111011 | 1000111 | 0 | 111101 | 110101 | 101001 | 101100000 | 101100 | 101001 |
Color Harmonies of #973B47
Complementary color
Monochromatic Colors of #973B47
Black with #973B47
Text Example
Text Example
White with #973B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B47; }
p { color: rgb(151,59,71); }
H1.HeaderClassName
{
color: #973B47;
}
.AnyTagClassName
{
color: #973B47;
}
</style>
background-color css
<style>
a { background-color: #973B47; }
a { background-color: rgb(151,59,71); }
div.DivClassName
{
background-color: #973B47;
}
.BgClassName
{
background-color: #973B47;
}
</style>
border-color css
<style>
span { border-color: #973B47; }
span { border-color: rgb(151,59,71); }
td.TdClassName
{
border-color: #973B47;
}
.TagClassName
{
border-color: #973B47;
}
</style>