Shades of Night Shadz #A53B4E
Tints of Night Shadz #A53B4E
RGB
CMYK
RGB Variations
Color information
#A53B4E (or 0xA53B4E) is known color: Night Shadz. HEX triplet: A5, 3B and 4E. RGB value is (165,59,78). Sum of RGB (Red+Green+Blue) = 165+59+78=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B4E is #5AC4B1. Grayscale: #5C5C5C. Windows color (decimal): -5948594 or 5127077. OLE color: 5127077.
HSL color Cylindrical-coordinate representation of color #A53B4E: hue angle of 349.25º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53B4E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 78 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.35 |
| HSL | 349.25º | 0.47% | 0.44% | - |
| HSV(B) | 349.25º | 0.64% | 0.65% | - |
| XYZ | 18.46 | 11.68 | 8.49 | - |
| YUV | 92.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 78 | 0 | 0.64 | 0.53 | 0.35 | 349.25 | 0.47 | 0.44 |
| Hex | A5 | 3B | 4E | 0 | 40 | 35 | 23 | 15D | 2F | 2C |
| Octal | 245 | 73 | 116 | 0 | 100 | 65 | 43 | 535 | 57 | 54 |
| Binary | 10100101 | 111011 | 1001110 | 0 | 1000000 | 110101 | 100011 | 101011101 | 101111 | 101100 |
Color Harmonies of #A53B4E
Complementary color
Monochromatic Colors of #A53B4E
Black with #A53B4E
Text Example
Text Example
White with #A53B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B4E; }
p { color: rgb(165,59,78); }
H1.HeaderClassName
{
color: #A53B4E;
}
.AnyTagClassName
{
color: #A53B4E;
}
</style>
background-color css
<style>
a { background-color: #A53B4E; }
a { background-color: rgb(165,59,78); }
div.DivClassName
{
background-color: #A53B4E;
}
.BgClassName
{
background-color: #A53B4E;
}
</style>
border-color css
<style>
span { border-color: #A53B4E; }
span { border-color: rgb(165,59,78); }
td.TdClassName
{
border-color: #A53B4E;
}
.TagClassName
{
border-color: #A53B4E;
}
</style>