Shades of Night Shadz #973C4B
Tints of Night Shadz #973C4B
RGB
CMYK
RGB Variations
Color information
#973C4B (or 0x973C4B) is known color: Night Shadz. HEX triplet: 97, 3C and 4B. RGB value is (151,60,75). Sum of RGB (Red+Green+Blue) = 151+60+75=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #973C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C4B is #68C3B4. Grayscale: #585858. Windows color (decimal): -6865845 or 4930711. OLE color: 4930711.
HSL color Cylindrical-coordinate representation of color #973C4B: hue angle of 350.11º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C4B is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 75 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.41 |
| HSL | 350.11º | 0.43% | 0.41% | - |
| HSV(B) | 350.11º | 0.6% | 0.59% | - |
| XYZ | 15.65 | 10.32 | 7.82 | - |
| YUV | 88.92 | 120.15 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 75 | 0 | 0.60 | 0.50 | 0.41 | 350.11 | 0.43 | 0.41 |
| Hex | 97 | 3C | 4B | 0 | 3C | 32 | 29 | 15E | 2B | 29 |
| Octal | 227 | 74 | 113 | 0 | 74 | 62 | 51 | 536 | 53 | 51 |
| Binary | 10010111 | 111100 | 1001011 | 0 | 111100 | 110010 | 101001 | 101011110 | 101011 | 101001 |
Color Harmonies of #973C4B
Complementary color
Monochromatic Colors of #973C4B
Black with #973C4B
Text Example
Text Example
White with #973C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C4B; }
p { color: rgb(151,60,75); }
H1.HeaderClassName
{
color: #973C4B;
}
.AnyTagClassName
{
color: #973C4B;
}
</style>
background-color css
<style>
a { background-color: #973C4B; }
a { background-color: rgb(151,60,75); }
div.DivClassName
{
background-color: #973C4B;
}
.BgClassName
{
background-color: #973C4B;
}
</style>
border-color css
<style>
span { border-color: #973C4B; }
span { border-color: rgb(151,60,75); }
td.TdClassName
{
border-color: #973C4B;
}
.TagClassName
{
border-color: #973C4B;
}
</style>