#A52D48

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

Shades of Night Shadz #A52D48

Tints of Night Shadz #A52D48

Color information

#A52D48 (or 0xA52D48) is unknown color: approx Night Shadz. HEX triplet: A5, 2D and 48. RGB value is (165,45,72). Sum of RGB (Red+Green+Blue) = 165+45+72=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D48 is #5AD2B7. Grayscale: #535353. Windows color (decimal): -5952184 or 4730277. OLE color: 4730277.

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

Color convert

RGB1654572-
CMYK00.730.560.35
HSL346.5º57.14%41.18%-
HSV(B)346.5º72.73%64.71%-
XYZ17.6310.347.2-
YUV83.96121.26185.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=58.51%
G=15.96%
B=25.53%

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
Decimal165457200.730.560.35346.557.1441.18
HexA52D48049382315a3929
Octal24555110011170435327151
Binary10100101101101100100001001001111000100011101011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D48; }

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

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

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

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

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

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

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

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