#A53C49

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

Shades of Night Shadz #A53C49

Tints of Night Shadz #A53C49

Color information

#A53C49 (or 0xA53C49) is unknown color: approx Night Shadz. HEX triplet: A5, 3C and 49. RGB value is (165,60,73). Sum of RGB (Red+Green+Blue) = 165+60+73=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C49 is #5AC3B6. Grayscale: #5C5C5C. Windows color (decimal): -5948343 or 4799653. OLE color: 4799653.

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

Color convert

RGB1656073-
CMYK00.640.560.35
HSL352.57º46.67%44.12%-
HSV(B)352.57º63.64%64.71%-
XYZ18.3411.717.6-
YUV92.88116.79179.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=55.37%
G=20.13%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165607300.640.560.35352.5746.6744.12
HexA53C4904038231612f2c
Octal24574111010070435415754
Binary10100101111100100100101000000111000100011101100001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C49; }

 p { color: rgb(165,60,73); }

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

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

 a { background-color: rgb(165,60,73); }

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

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

 span { border-color: rgb(165,60,73); }

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