Shades of Night Shadz #A53949
Tints of Night Shadz #A53949
RGB
CMYK
RGB Variations
Color information
#A53949 (or 0xA53949) is known color: Night Shadz. HEX triplet: A5, 39 and 49. RGB value is (165,57,73). Sum of RGB (Red+Green+Blue) = 165+57+73=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A53949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53949 is #5AC6B6. Grayscale: #5B5B5B. Windows color (decimal): -5949111 or 4798885. OLE color: 4798885.
HSL color Cylindrical-coordinate representation of color #A53949: hue angle of 351.11º degrees, saturation: 0.49, 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 #A53949 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 73 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.35 |
| HSL | 351.11º | 0.49% | 0.44% | - |
| HSV(B) | 351.11º | 0.65% | 0.65% | - |
| XYZ | 18.18 | 11.41 | 7.55 | - |
| YUV | 91.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 73 | 0 | 0.65 | 0.56 | 0.35 | 351.11 | 0.49 | 0.44 |
| Hex | A5 | 39 | 49 | 0 | 41 | 38 | 23 | 15F | 31 | 2C |
| Octal | 245 | 71 | 111 | 0 | 101 | 70 | 43 | 537 | 61 | 54 |
| Binary | 10100101 | 111001 | 1001001 | 0 | 1000001 | 111000 | 100011 | 101011111 | 110001 | 101100 |
Color Harmonies of #A53949
Complementary color
Monochromatic Colors of #A53949
Black with #A53949
Text Example
Text Example
White with #A53949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53949; }
p { color: rgb(165,57,73); }
H1.HeaderClassName
{
color: #A53949;
}
.AnyTagClassName
{
color: #A53949;
}
</style>
background-color css
<style>
a { background-color: #A53949; }
a { background-color: rgb(165,57,73); }
div.DivClassName
{
background-color: #A53949;
}
.BgClassName
{
background-color: #A53949;
}
</style>
border-color css
<style>
span { border-color: #A53949; }
span { border-color: rgb(165,57,73); }
td.TdClassName
{
border-color: #A53949;
}
.TagClassName
{
border-color: #A53949;
}
</style>