Shades of Night Shadz #A53E4D
Tints of Night Shadz #A53E4D
RGB
CMYK
RGB Variations
Color information
#A53E4D (or 0xA53E4D) is known color: Night Shadz. HEX triplet: A5, 3E and 4D. RGB value is (165,62,77). Sum of RGB (Red+Green+Blue) = 165+62+77=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E4D is #5AC1B2. Grayscale: #5E5E5E. Windows color (decimal): -5947827 or 5062309. OLE color: 5062309.
HSL color Cylindrical-coordinate representation of color #A53E4D: hue angle of 351.26º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53E4D is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 77 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.35 |
| HSL | 351.26º | 0.45% | 0.45% | - |
| HSV(B) | 351.26º | 0.62% | 0.65% | - |
| XYZ | 18.58 | 11.98 | 8.35 | - |
| YUV | 94.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 77 | 0 | 0.62 | 0.53 | 0.35 | 351.26 | 0.45 | 0.45 |
| Hex | A5 | 3E | 4D | 0 | 3E | 35 | 23 | 15F | 2D | 2D |
| Octal | 245 | 76 | 115 | 0 | 76 | 65 | 43 | 537 | 55 | 55 |
| Binary | 10100101 | 111110 | 1001101 | 0 | 111110 | 110101 | 100011 | 101011111 | 101101 | 101101 |
Color Harmonies of #A53E4D
Complementary color
Monochromatic Colors of #A53E4D
Black with #A53E4D
Text Example
Text Example
White with #A53E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E4D; }
p { color: rgb(165,62,77); }
H1.HeaderClassName
{
color: #A53E4D;
}
.AnyTagClassName
{
color: #A53E4D;
}
</style>
background-color css
<style>
a { background-color: #A53E4D; }
a { background-color: rgb(165,62,77); }
div.DivClassName
{
background-color: #A53E4D;
}
.BgClassName
{
background-color: #A53E4D;
}
</style>
border-color css
<style>
span { border-color: #A53E4D; }
span { border-color: rgb(165,62,77); }
td.TdClassName
{
border-color: #A53E4D;
}
.TagClassName
{
border-color: #A53E4D;
}
</style>