#5A193E

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

Shades of Pompadour #5A193E

Tints of Pompadour #5A193E

Color information

#5A193E (or 0x5A193E) is unknown color: approx Pompadour. HEX triplet: 5A, 19 and 3E. RGB value is (90,25,62). Sum of RGB (Red+Green+Blue) = 90+25+62=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A193E is #A5E6C1. Grayscale: #303030. Windows color (decimal): -10872514 or 4069722. OLE color: 4069722.

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

Color convert

RGB902562-
CMYK00.720.310.65
HSL325.85º56.52%22.55%-
HSV(B)325.85º72.22%35.29%-
XYZ5.433.224.89-
YUV48.65135.53157.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=50.85%
G=14.12%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90256200.720.310.65325.8556.5222.55
Hex5A193E0481F411463917
Octal13231760110371015067127
Binary1011010110011111100100100011111100000110100011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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