#a53f41

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

Shades of Night Shadz #A53F41

Tints of Night Shadz #A53F41

Color information

#A53F41 (or 0xA53F41) is unknown color: approx Night Shadz. HEX triplet: A5, 3F and 41. RGB value is (165,63,65). Sum of RGB (Red+Green+Blue) = 165+63+65=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F41 is #5AC0BE. Grayscale: #5D5D5D. Windows color (decimal): -5947583 or 4276133. OLE color: 4276133.

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

Color convert

RGB1656365-
CMYK00.620.610.35
HSL358.82º44.74%44.71%-
HSV(B)358.82º61.82%64.71%-
XYZ18.2511.946.34-
YUV93.73111.79178.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=56.31%
G=21.50%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165636500.620.610.35358.8244.7444.71
HexA53F4103E3D231672d2d
Octal2457710107675435475555
Binary1010010111111110000010111110111101100011101100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53f41; }

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

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

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

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

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

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

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

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