Shades of Night Shadz #A7414C
Tints of Night Shadz #A7414C
RGB
CMYK
RGB Variations
Color information
#A7414C (or 0xA7414C) is known color: Night Shadz. HEX triplet: A7, 41 and 4C. RGB value is (167,65,76). Sum of RGB (Red+Green+Blue) = 167+65+76=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7414C is #58BEB3. Grayscale: #606060. Windows color (decimal): -5815988 or 4997543. OLE color: 4997543.
HSL color Cylindrical-coordinate representation of color #A7414C: hue angle of 353.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7414C is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 76 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.35 |
| HSL | 353.53º | 0.44% | 0.45% | - |
| HSV(B) | 353.53º | 0.61% | 0.65% | - |
| XYZ | 19.13 | 12.52 | 8.25 | - |
| YUV | 96.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 76 | 0 | 0.61 | 0.54 | 0.35 | 353.53 | 0.44 | 0.45 |
| Hex | A7 | 41 | 4C | 0 | 3D | 36 | 23 | 162 | 2C | 2D |
| Octal | 247 | 101 | 114 | 0 | 75 | 66 | 43 | 542 | 54 | 55 |
| Binary | 10100111 | 1000001 | 1001100 | 0 | 111101 | 110110 | 100011 | 101100010 | 101100 | 101101 |
Color Harmonies of #A7414C
Complementary color
Monochromatic Colors of #A7414C
Black with #A7414C
Text Example
Text Example
White with #A7414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7414C; }
p { color: rgb(167,65,76); }
H1.HeaderClassName
{
color: #A7414C;
}
.AnyTagClassName
{
color: #A7414C;
}
</style>
background-color css
<style>
a { background-color: #A7414C; }
a { background-color: rgb(167,65,76); }
div.DivClassName
{
background-color: #A7414C;
}
.BgClassName
{
background-color: #A7414C;
}
</style>
border-color css
<style>
span { border-color: #A7414C; }
span { border-color: rgb(167,65,76); }
td.TdClassName
{
border-color: #A7414C;
}
.TagClassName
{
border-color: #A7414C;
}
</style>