#A53E4B

Color #A53E4B Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A53E4B

Tints of Night Shadz #A53E4B

Color information

#A53E4B (or 0xA53E4B) is unknown color: approx Night Shadz. HEX triplet: A5, 3E and 4B. RGB value is (165,62,75). Sum of RGB (Red+Green+Blue) = 165+62+75=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E4B is #5AC1B4. Grayscale: #5E5E5E. Windows color (decimal): -5947829 or 4931237. OLE color: 4931237.

HSL color Cylindrical-coordinate representation of color #A53E4B: hue angle of 352.43º 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 #A53E4B is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1656275-
CMYK00.620.550.35
HSL352.43º45.37%44.51%-
HSV(B)352.43º62.42%64.71%-
XYZ18.5111.957.99-
YUV94.28117.12178.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 54.64%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=54.64%
G=20.53%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165627500.620.550.35352.4345.3744.51
HexA53E4B03E37231602d2d
Octal2457611307667435405555
Binary1010010111111010010110111110110111100011101100000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E4B; }

 p { color: rgb(165,62,75); }

 H1.HeaderClassName
 {
   color: #A53E4B;
 }
 .AnyTagClassName
 {
   color: #A53E4B;
 }
</style>
background-color css

<style>
 a { background-color: #A53E4B; }

 a { background-color: rgb(165,62,75); }

 div.DivClassName
 {
   background-color: #A53E4B;
 }
 .BgClassName
 {
   background-color: #A53E4B;
 }
</style>
border-color css

<style>
 span { border-color: #A53E4B; }

 span { border-color: rgb(165,62,75); }

 td.TdClassName
 {
   border-color: #A53E4B;
 }
 .TagClassName
 {
   border-color: #A53E4B;
 }
</style>