#5A194A

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

Shades of Pompadour #5A194A

Tints of Pompadour #5A194A

Color information

#5A194A (or 0x5A194A) is unknown color: approx Pompadour. HEX triplet: 5A, 19 and 4A. RGB value is (90,25,74). Sum of RGB (Red+Green+Blue) = 90+25+74=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A194A is #A5E6B5. Grayscale: #313131. Windows color (decimal): -10872502 or 4856154. OLE color: 4856154.

HSL color Cylindrical-coordinate representation of color #5A194A: hue angle of 314.77º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A194A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB902574-
CMYK00.720.180.65
HSL314.77º56.52%22.55%-
HSV(B)314.77º72.22%35.29%-
XYZ5.83.366.82-
YUV50.02141.53156.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=47.62%
G=13.23%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90257400.720.180.65314.7756.5222.55
Hex5A194A048124113b3917
Octal132311120110221014737127
Binary10110101100110010100100100010010100000110011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,74); }

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

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

 a { background-color: rgb(90,25,74); }

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

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

 span { border-color: rgb(90,25,74); }

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