Shades of Night Shadz #A53849
Tints of Night Shadz #A53849
RGB
CMYK
RGB Variations
Color information
#A53849 (or 0xA53849) is known color: Night Shadz. HEX triplet: A5, 38 and 49. RGB value is (165,56,73). Sum of RGB (Red+Green+Blue) = 165+56+73=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A53849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53849 is #5AC7B6. Grayscale: #5A5A5A. Windows color (decimal): -5949367 or 4798629. OLE color: 4798629.
HSL color Cylindrical-coordinate representation of color #A53849: hue angle of 350.64º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53849 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 56 | 73 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.35 |
| HSL | 350.64º | 0.49% | 0.43% | - |
| HSV(B) | 350.64º | 0.66% | 0.65% | - |
| XYZ | 18.13 | 11.31 | 7.53 | - |
| YUV | 90.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 73 | 0 | 0.66 | 0.56 | 0.35 | 350.64 | 0.49 | 0.43 |
| Hex | A5 | 38 | 49 | 0 | 42 | 38 | 23 | 15F | 31 | 2B |
| Octal | 245 | 70 | 111 | 0 | 102 | 70 | 43 | 537 | 61 | 53 |
| Binary | 10100101 | 111000 | 1001001 | 0 | 1000010 | 111000 | 100011 | 101011111 | 110001 | 101011 |
Color Harmonies of #A53849
Complementary color
Monochromatic Colors of #A53849
Black with #A53849
Text Example
Text Example
White with #A53849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53849; }
p { color: rgb(165,56,73); }
H1.HeaderClassName
{
color: #A53849;
}
.AnyTagClassName
{
color: #A53849;
}
</style>
background-color css
<style>
a { background-color: #A53849; }
a { background-color: rgb(165,56,73); }
div.DivClassName
{
background-color: #A53849;
}
.BgClassName
{
background-color: #A53849;
}
</style>
border-color css
<style>
span { border-color: #A53849; }
span { border-color: rgb(165,56,73); }
td.TdClassName
{
border-color: #A53849;
}
.TagClassName
{
border-color: #A53849;
}
</style>