Shades of Night Shadz #A8314D
Tints of Night Shadz #A8314D
RGB
CMYK
RGB Variations
Color information
#A8314D (or 0xA8314D) is known color: Night Shadz. HEX triplet: A8, 31 and 4D. RGB value is (168,49,77). Sum of RGB (Red+Green+Blue) = 168+49+77=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8314D is #57CEB2. Grayscale: #575757. Windows color (decimal): -5754547 or 5058984. OLE color: 5058984.
HSL color Cylindrical-coordinate representation of color #A8314D: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8314D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 77 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.34 |
| HSL | 345.88º | 0.55% | 0.43% | - |
| HSV(B) | 345.88º | 0.71% | 0.66% | - |
| XYZ | 18.59 | 11.06 | 8.18 | - |
| YUV | 87.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 77 | 0 | 0.71 | 0.54 | 0.34 | 345.88 | 0.55 | 0.43 |
| Hex | A8 | 31 | 4D | 0 | 47 | 36 | 22 | 15A | 37 | 2B |
| Octal | 250 | 61 | 115 | 0 | 107 | 66 | 42 | 532 | 67 | 53 |
| Binary | 10101000 | 110001 | 1001101 | 0 | 1000111 | 110110 | 100010 | 101011010 | 110111 | 101011 |
Color Harmonies of #A8314D
Complementary color
Monochromatic Colors of #A8314D
Black with #A8314D
Text Example
Text Example
White with #A8314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8314D; }
p { color: rgb(168,49,77); }
H1.HeaderClassName
{
color: #A8314D;
}
.AnyTagClassName
{
color: #A8314D;
}
</style>
background-color css
<style>
a { background-color: #A8314D; }
a { background-color: rgb(168,49,77); }
div.DivClassName
{
background-color: #A8314D;
}
.BgClassName
{
background-color: #A8314D;
}
</style>
border-color css
<style>
span { border-color: #A8314D; }
span { border-color: rgb(168,49,77); }
td.TdClassName
{
border-color: #A8314D;
}
.TagClassName
{
border-color: #A8314D;
}
</style>