Shades of Night Shadz #A53248
Tints of Night Shadz #A53248
RGB
CMYK
RGB Variations
Color information
#A53248 (or 0xA53248) is known color: Night Shadz. HEX triplet: A5, 32 and 48. RGB value is (165,50,72). Sum of RGB (Red+Green+Blue) = 165+50+72=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A53248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53248 is #5ACDB7. Grayscale: #565656. Windows color (decimal): -5950904 or 4731557. OLE color: 4731557.
HSL color Cylindrical-coordinate representation of color #A53248: hue angle of 348.52º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53248 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 72 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.35 |
| HSL | 348.52º | 0.53% | 0.42% | - |
| HSV(B) | 348.52º | 0.7% | 0.65% | - |
| XYZ | 17.83 | 10.75 | 7.27 | - |
| YUV | 86.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 72 | 0 | 0.70 | 0.56 | 0.35 | 348.52 | 0.53 | 0.42 |
| Hex | A5 | 32 | 48 | 0 | 46 | 38 | 23 | 15D | 35 | 2A |
| Octal | 245 | 62 | 110 | 0 | 106 | 70 | 43 | 535 | 65 | 52 |
| Binary | 10100101 | 110010 | 1001000 | 0 | 1000110 | 111000 | 100011 | 101011101 | 110101 | 101010 |
Color Harmonies of #A53248
Complementary color
Monochromatic Colors of #A53248
Black with #A53248
Text Example
Text Example
White with #A53248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53248; }
p { color: rgb(165,50,72); }
H1.HeaderClassName
{
color: #A53248;
}
.AnyTagClassName
{
color: #A53248;
}
</style>
background-color css
<style>
a { background-color: #A53248; }
a { background-color: rgb(165,50,72); }
div.DivClassName
{
background-color: #A53248;
}
.BgClassName
{
background-color: #A53248;
}
</style>
border-color css
<style>
span { border-color: #A53248; }
span { border-color: rgb(165,50,72); }
td.TdClassName
{
border-color: #A53248;
}
.TagClassName
{
border-color: #A53248;
}
</style>