Shades of Night Shadz #A53243
Tints of Night Shadz #A53243
RGB
CMYK
RGB Variations
Color information
#A53243 (or 0xA53243) is known color: Night Shadz. HEX triplet: A5, 32 and 43. RGB value is (165,50,67). Sum of RGB (Red+Green+Blue) = 165+50+67=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A53243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53243 is #5ACDBC. Grayscale: #565656. Windows color (decimal): -5950909 or 4403877. OLE color: 4403877.
HSL color Cylindrical-coordinate representation of color #A53243: hue angle of 351.13º 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 #A53243 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 67 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.35 |
| HSL | 351.13º | 0.53% | 0.42% | - |
| HSV(B) | 351.13º | 0.7% | 0.65% | - |
| XYZ | 17.67 | 10.69 | 6.44 | - |
| YUV | 86.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 67 | 0 | 0.70 | 0.59 | 0.35 | 351.13 | 0.53 | 0.42 |
| Hex | A5 | 32 | 43 | 0 | 46 | 3B | 23 | 15F | 35 | 2A |
| Octal | 245 | 62 | 103 | 0 | 106 | 73 | 43 | 537 | 65 | 52 |
| Binary | 10100101 | 110010 | 1000011 | 0 | 1000110 | 111011 | 100011 | 101011111 | 110101 | 101010 |
Color Harmonies of #A53243
Complementary color
Monochromatic Colors of #A53243
Black with #A53243
Text Example
Text Example
White with #A53243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53243; }
p { color: rgb(165,50,67); }
H1.HeaderClassName
{
color: #A53243;
}
.AnyTagClassName
{
color: #A53243;
}
</style>
background-color css
<style>
a { background-color: #A53243; }
a { background-color: rgb(165,50,67); }
div.DivClassName
{
background-color: #A53243;
}
.BgClassName
{
background-color: #A53243;
}
</style>
border-color css
<style>
span { border-color: #A53243; }
span { border-color: rgb(165,50,67); }
td.TdClassName
{
border-color: #A53243;
}
.TagClassName
{
border-color: #A53243;
}
</style>