Shades of Night Shadz #A7424D
Tints of Night Shadz #A7424D
RGB
CMYK
RGB Variations
Color information
#A7424D (or 0xA7424D) is known color: Night Shadz. HEX triplet: A7, 42 and 4D. RGB value is (167,66,77). Sum of RGB (Red+Green+Blue) = 167+66+77=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7424D is #58BDB2. Grayscale: #616161. Windows color (decimal): -5815731 or 5063335. OLE color: 5063335.
HSL color Cylindrical-coordinate representation of color #A7424D: hue angle of 353.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7424D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 77 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.35 |
| HSL | 353.47º | 0.43% | 0.46% | - |
| HSV(B) | 353.47º | 0.6% | 0.65% | - |
| XYZ | 19.22 | 12.65 | 8.45 | - |
| YUV | 97.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 77 | 0 | 0.60 | 0.54 | 0.35 | 353.47 | 0.43 | 0.46 |
| Hex | A7 | 42 | 4D | 0 | 3C | 36 | 23 | 161 | 2B | 2E |
| Octal | 247 | 102 | 115 | 0 | 74 | 66 | 43 | 541 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1001101 | 0 | 111100 | 110110 | 100011 | 101100001 | 101011 | 101110 |
Color Harmonies of #A7424D
Complementary color
Monochromatic Colors of #A7424D
Black with #A7424D
Text Example
Text Example
White with #A7424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7424D; }
p { color: rgb(167,66,77); }
H1.HeaderClassName
{
color: #A7424D;
}
.AnyTagClassName
{
color: #A7424D;
}
</style>
background-color css
<style>
a { background-color: #A7424D; }
a { background-color: rgb(167,66,77); }
div.DivClassName
{
background-color: #A7424D;
}
.BgClassName
{
background-color: #A7424D;
}
</style>
border-color css
<style>
span { border-color: #A7424D; }
span { border-color: rgb(167,66,77); }
td.TdClassName
{
border-color: #A7424D;
}
.TagClassName
{
border-color: #A7424D;
}
</style>