#a52e4e

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

Shades of Night Shadz #A52E4E

Tints of Night Shadz #A52E4E

Color information

#A52E4E (or 0xA52E4E) is unknown color: approx Night Shadz. HEX triplet: A5, 2E and 4E. RGB value is (165,46,78). Sum of RGB (Red+Green+Blue) = 165+46+78=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E4E is #5AD1B1. Grayscale: #555555. Windows color (decimal): -5951922 or 5123749. OLE color: 5123749.

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

Color convert

RGB1654678-
CMYK00.720.530.35
HSL343.87º56.4%41.37%-
HSV(B)343.87º72.12%64.71%-
XYZ17.8710.58.29-
YUV85.23123.92184.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=57.09%
G=15.92%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165467800.720.530.35343.8756.441.37
HexA52E4E04835231583829
Octal24556116011065435307051
Binary10100101101110100111001001000110101100011101011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52e4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52e4e; }

 p { color: rgb(165,46,78); }

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

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

 a { background-color: rgb(165,46,78); }

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

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

 span { border-color: rgb(165,46,78); }

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