#5D2149

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

Shades of Pompadour #5D2149

Tints of Pompadour #5D2149

Color information

#5D2149 (or 0x5D2149) is unknown color: approx Pompadour. HEX triplet: 5D, 21 and 49. RGB value is (93,33,73). Sum of RGB (Red+Green+Blue) = 93+33+73=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2149 is #A2DEB6. Grayscale: #373737. Windows color (decimal): -10673847 or 4792669. OLE color: 4792669.

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

Color convert

RGB933373-
CMYK00.650.220.64
HSL320º47.62%24.71%-
HSV(B)320º64.52%36.47%-
XYZ6.263.96.73-
YUV55.5137.88154.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.73%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=46.73%
G=16.58%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93337300.650.220.6432047.6224.71
Hex5D214904116401403019
Octal135411110101261005006031
Binary101110110000110010010100000110110100000010100000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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