#A53F4F

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

Shades of Night Shadz #A53F4F

Tints of Night Shadz #A53F4F

Color information

#A53F4F (or 0xA53F4F) is unknown color: approx Night Shadz. HEX triplet: A5, 3F and 4F. RGB value is (165,63,79). Sum of RGB (Red+Green+Blue) = 165+63+79=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F4F is #5AC0B0. Grayscale: #5F5F5F. Windows color (decimal): -5947569 or 5193637. OLE color: 5193637.

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

Color convert

RGB1656379-
CMYK00.620.520.35
HSL350.59º44.74%44.71%-
HSV(B)350.59º61.82%64.71%-
XYZ18.7112.128.75-
YUV95.32118.79177.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=53.75%
G=20.52%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165637900.620.520.35350.5944.7444.71
HexA53F4F03E342315f2d2d
Octal2457711707664435375555
Binary1010010111111110011110111110110100100011101011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F4F; }

 p { color: rgb(165,63,79); }

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

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

 a { background-color: rgb(165,63,79); }

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

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

 span { border-color: rgb(165,63,79); }

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