#A53D59

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

Shades of Night Shadz #A53D59

Tints of Night Shadz #A53D59

Color information

#A53D59 (or 0xA53D59) is unknown color: approx Night Shadz. HEX triplet: A5, 3D and 59. RGB value is (165,61,89). Sum of RGB (Red+Green+Blue) = 165+61+89=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D59 is #5AC2A6. Grayscale: #5F5F5F. Windows color (decimal): -5948071 or 5848485. OLE color: 5848485.

HSL color Cylindrical-coordinate representation of color #A53D59: hue angle of 343.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D59 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1656189-
CMYK00.630.460.35
HSL343.85º46.02%44.31%-
HSV(B)343.85º63.03%64.71%-
XYZ18.9912.0610.78-
YUV95.29124.46177.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 89 (35.16% from 255) = 28.25%
R=52.38%
G=19.37%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165618900.630.460.35343.8546.0244.31
HexA53D5903F2E231582e2c
Octal2457513107756435305654
Binary1010010111110110110010111111101110100011101011000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D59; }

 p { color: rgb(165,61,89); }

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

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

 a { background-color: rgb(165,61,89); }

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

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

 span { border-color: rgb(165,61,89); }

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