#5A193F

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

Shades of Pompadour #5A193F

Tints of Pompadour #5A193F

Color information

#5A193F (or 0x5A193F) is unknown color: approx Pompadour. HEX triplet: 5A, 19 and 3F. RGB value is (90,25,63). Sum of RGB (Red+Green+Blue) = 90+25+63=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A193F is #A5E6C0. Grayscale: #303030. Windows color (decimal): -10872513 or 4135258. OLE color: 4135258.

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

Color convert

RGB902563-
CMYK00.720.300.65
HSL324.92º56.52%22.55%-
HSV(B)324.92º72.22%35.29%-
XYZ5.463.235.04-
YUV48.77136.03157.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.56%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 63 (25% from 255) = 35.39%
R=50.56%
G=14.04%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90256300.720.300.65324.9256.5222.55
Hex5A193F0481E411453917
Octal13231770110361015057127
Binary1011010110011111110100100011110100000110100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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