#5A1949

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

Shades of Pompadour #5A1949

Tints of Pompadour #5A1949

Color information

#5A1949 (or 0x5A1949) is unknown color: approx Pompadour. HEX triplet: 5A, 19 and 49. RGB value is (90,25,73). Sum of RGB (Red+Green+Blue) = 90+25+73=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1949 is #A5E6B6. Grayscale: #313131. Windows color (decimal): -10872503 or 4790618. OLE color: 4790618.

HSL color Cylindrical-coordinate representation of color #5A1949: hue angle of 315.69º 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 #5A1949 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB902573-
CMYK00.720.190.65
HSL315.69º56.52%22.55%-
HSV(B)315.69º72.22%35.29%-
XYZ5.773.356.65-
YUV49.91141.03156.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.87%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=47.87%
G=13.30%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90257300.720.190.65315.6956.5222.55
Hex5A1949048134113c3917
Octal132311110110231014747127
Binary10110101100110010010100100010011100000110011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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