Shades of Night Shadz #A73A51
Tints of Night Shadz #A73A51
RGB
CMYK
RGB Variations
Color information
#A73A51 (or 0xA73A51) is known color: Night Shadz. HEX triplet: A7, 3A and 51. RGB value is (167,58,81). Sum of RGB (Red+Green+Blue) = 167+58+81=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A51 is #58C5AE. Grayscale: #5D5D5D. Windows color (decimal): -5817775 or 5323431. OLE color: 5323431.
HSL color Cylindrical-coordinate representation of color #A73A51: hue angle of 347.34º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A51 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 81 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.35 |
| HSL | 347.34º | 0.48% | 0.44% | - |
| HSV(B) | 347.34º | 0.65% | 0.65% | - |
| XYZ | 18.93 | 11.84 | 9.07 | - |
| YUV | 93.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 81 | 0 | 0.65 | 0.51 | 0.35 | 347.34 | 0.48 | 0.44 |
| Hex | A7 | 3A | 51 | 0 | 41 | 33 | 23 | 15B | 30 | 2C |
| Octal | 247 | 72 | 121 | 0 | 101 | 63 | 43 | 533 | 60 | 54 |
| Binary | 10100111 | 111010 | 1010001 | 0 | 1000001 | 110011 | 100011 | 101011011 | 110000 | 101100 |
Color Harmonies of #A73A51
Complementary color
Monochromatic Colors of #A73A51
Black with #A73A51
Text Example
Text Example
White with #A73A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A51; }
p { color: rgb(167,58,81); }
H1.HeaderClassName
{
color: #A73A51;
}
.AnyTagClassName
{
color: #A73A51;
}
</style>
background-color css
<style>
a { background-color: #A73A51; }
a { background-color: rgb(167,58,81); }
div.DivClassName
{
background-color: #A73A51;
}
.BgClassName
{
background-color: #A73A51;
}
</style>
border-color css
<style>
span { border-color: #A73A51; }
span { border-color: rgb(167,58,81); }
td.TdClassName
{
border-color: #A73A51;
}
.TagClassName
{
border-color: #A73A51;
}
</style>