#5D2049

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

Shades of Pompadour #5D2049

Tints of Pompadour #5D2049

Color information

#5D2049 (or 0x5D2049) is unknown color: approx Pompadour. HEX triplet: 5D, 20 and 49. RGB value is (93,32,73). Sum of RGB (Red+Green+Blue) = 93+32+73=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2049 is #A2DFB6. Grayscale: #363636. Windows color (decimal): -10674103 or 4792413. OLE color: 4792413.

HSL color Cylindrical-coordinate representation of color #5D2049: hue angle of 319.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2049 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB933273-
CMYK00.660.220.64
HSL319.67º48.8%24.51%-
HSV(B)319.67º65.59%36.47%-
XYZ6.233.846.72-
YUV54.91138.21155.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=46.97%
G=16.16%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93327300.660.220.64319.6748.824.51
Hex5D204904216401403119
Octal135401110102261005006131
Binary101110110000010010010100001010110100000010100000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,32,73); }

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

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

 a { background-color: rgb(93,32,73); }

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

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

 span { border-color: rgb(93,32,73); }

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