Shades of Night Shadz #A1314D
Tints of Night Shadz #A1314D
RGB
CMYK
RGB Variations
Color information
#A1314D (or 0xA1314D) is known color: Night Shadz. HEX triplet: A1, 31 and 4D. RGB value is (161,49,77). Sum of RGB (Red+Green+Blue) = 161+49+77=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1314D is #5ECEB2. Grayscale: #555555. Windows color (decimal): -6213299 or 5058977. OLE color: 5058977.
HSL color Cylindrical-coordinate representation of color #A1314D: hue angle of 345º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1314D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 77 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.37 |
| HSL | 345º | 0.53% | 0.41% | - |
| HSV(B) | 345º | 0.7% | 0.63% | - |
| XYZ | 17.14 | 10.31 | 8.11 | - |
| YUV | 85.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 77 | 0 | 0.70 | 0.52 | 0.37 | 345 | 0.53 | 0.41 |
| Hex | A1 | 31 | 4D | 0 | 46 | 34 | 25 | 159 | 35 | 29 |
| Octal | 241 | 61 | 115 | 0 | 106 | 64 | 45 | 531 | 65 | 51 |
| Binary | 10100001 | 110001 | 1001101 | 0 | 1000110 | 110100 | 100101 | 101011001 | 110101 | 101001 |
Color Harmonies of #A1314D
Complementary color
Monochromatic Colors of #A1314D
Black with #A1314D
Text Example
Text Example
White with #A1314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1314D; }
p { color: rgb(161,49,77); }
H1.HeaderClassName
{
color: #A1314D;
}
.AnyTagClassName
{
color: #A1314D;
}
</style>
background-color css
<style>
a { background-color: #A1314D; }
a { background-color: rgb(161,49,77); }
div.DivClassName
{
background-color: #A1314D;
}
.BgClassName
{
background-color: #A1314D;
}
</style>
border-color css
<style>
span { border-color: #A1314D; }
span { border-color: rgb(161,49,77); }
td.TdClassName
{
border-color: #A1314D;
}
.TagClassName
{
border-color: #A1314D;
}
</style>