#A52D49

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

Shades of Night Shadz #A52D49

Tints of Night Shadz #A52D49

Color information

#A52D49 (or 0xA52D49) is unknown color: approx Night Shadz. HEX triplet: A5, 2D and 49. RGB value is (165,45,73). Sum of RGB (Red+Green+Blue) = 165+45+73=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D49 is #5AD2B6. Grayscale: #545454. Windows color (decimal): -5952183 or 4795813. OLE color: 4795813.

HSL color Cylindrical-coordinate representation of color #A52D49: hue angle of 346º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D49 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1654573-
CMYK00.730.560.35
HSL346º57.14%41.18%-
HSV(B)346º72.73%64.71%-
XYZ17.6610.367.37-
YUV84.07121.76185.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=58.30%
G=15.90%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165457300.730.560.3534657.1441.18
HexA52D49049382315a3929
Octal24555111011170435327151
Binary10100101101101100100101001001111000100011101011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D49; }

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

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

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

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

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

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

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

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