#5A2049

Color #5A2049 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5A2049

Tints of Pompadour #5A2049

Color information

#5A2049 (or 0x5A2049) is unknown color: approx Pompadour. HEX triplet: 5A, 20 and 49. RGB value is (90,32,73). Sum of RGB (Red+Green+Blue) = 90+32+73=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2049 is #A5DFB6. Grayscale: #353535. Windows color (decimal): -10870711 or 4792410. OLE color: 4792410.

HSL color Cylindrical-coordinate representation of color #5A2049: hue angle of 317.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2049 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB903273-
CMYK00.640.190.65
HSL317.59º47.54%23.92%-
HSV(B)317.59º64.44%35.29%-
XYZ5.943.696.7-
YUV54.02138.72153.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=46.15%
G=16.41%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90327300.640.190.65317.5947.5423.92
Hex5A2049040134113e3018
Octal132401110100231014766030
Binary101101010000010010010100000010011100000110011111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2049; }

 p { color: rgb(90,32,73); }

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

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

 a { background-color: rgb(90,32,73); }

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

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

 span { border-color: rgb(90,32,73); }

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