#5A193D

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

Shades of Pompadour #5A193D

Tints of Pompadour #5A193D

Color information

#5A193D (or 0x5A193D) is unknown color: approx Pompadour. HEX triplet: 5A, 19 and 3D. RGB value is (90,25,61). Sum of RGB (Red+Green+Blue) = 90+25+61=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A193D is #A5E6C2. Grayscale: #303030. Windows color (decimal): -10872515 or 4004186. OLE color: 4004186.

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

Color convert

RGB902561-
CMYK00.720.320.65
HSL326.77º56.52%22.55%-
HSV(B)326.77º72.22%35.29%-
XYZ5.413.214.75-
YUV48.54135.03157.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=51.14%
G=14.20%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90256100.720.320.65326.7756.5222.55
Hex5A193D04820411473917
Octal13231750110401015077127
Binary10110101100111110101001000100000100000110100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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