Shades of Night Shadz #A7344D
Tints of Night Shadz #A7344D
RGB
CMYK
RGB Variations
Color information
#A7344D (or 0xA7344D) is known color: Night Shadz. HEX triplet: A7, 34 and 4D. RGB value is (167,52,77). Sum of RGB (Red+Green+Blue) = 167+52+77=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A7344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7344D is #58CBB2. Grayscale: #595959. Windows color (decimal): -5819315 or 5059751. OLE color: 5059751.
HSL color Cylindrical-coordinate representation of color #A7344D: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7344D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 77 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.35 |
| HSL | 346.96º | 0.53% | 0.43% | - |
| HSV(B) | 346.96º | 0.69% | 0.65% | - |
| XYZ | 18.5 | 11.21 | 8.21 | - |
| YUV | 89.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 77 | 0 | 0.69 | 0.54 | 0.35 | 346.96 | 0.53 | 0.43 |
| Hex | A7 | 34 | 4D | 0 | 45 | 36 | 23 | 15B | 35 | 2B |
| Octal | 247 | 64 | 115 | 0 | 105 | 66 | 43 | 533 | 65 | 53 |
| Binary | 10100111 | 110100 | 1001101 | 0 | 1000101 | 110110 | 100011 | 101011011 | 110101 | 101011 |
Color Harmonies of #A7344D
Complementary color
Monochromatic Colors of #A7344D
Black with #A7344D
Text Example
Text Example
White with #A7344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7344D; }
p { color: rgb(167,52,77); }
H1.HeaderClassName
{
color: #A7344D;
}
.AnyTagClassName
{
color: #A7344D;
}
</style>
background-color css
<style>
a { background-color: #A7344D; }
a { background-color: rgb(167,52,77); }
div.DivClassName
{
background-color: #A7344D;
}
.BgClassName
{
background-color: #A7344D;
}
</style>
border-color css
<style>
span { border-color: #A7344D; }
span { border-color: rgb(167,52,77); }
td.TdClassName
{
border-color: #A7344D;
}
.TagClassName
{
border-color: #A7344D;
}
</style>