#5D2148

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

Shades of Pompadour #5D2148

Tints of Pompadour #5D2148

Color information

#5D2148 (or 0x5D2148) is unknown color: approx Pompadour. HEX triplet: 5D, 21 and 48. RGB value is (93,33,72). Sum of RGB (Red+Green+Blue) = 93+33+72=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2148 is #A2DEB7. Grayscale: #373737. Windows color (decimal): -10673848 or 4727133. OLE color: 4727133.

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

Color convert

RGB933372-
CMYK00.650.230.64
HSL321º47.62%24.71%-
HSV(B)321º64.52%36.47%-
XYZ6.233.886.55-
YUV55.39137.38154.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=46.97%
G=16.67%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93337200.650.230.6432147.6224.71
Hex5D214804117401413019
Octal135411100101271005016031
Binary101110110000110010000100000110111100000010100000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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