#5D2747

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

Shades of Pompadour #5D2747

Tints of Pompadour #5D2747

Color information

#5D2747 (or 0x5D2747) is unknown color: approx Pompadour. HEX triplet: 5D, 27 and 47. RGB value is (93,39,71). Sum of RGB (Red+Green+Blue) = 93+39+71=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2747 is #A2D8B8. Grayscale: #3A3A3A. Windows color (decimal): -10672313 or 4663133. OLE color: 4663133.

HSL color Cylindrical-coordinate representation of color #5D2747: hue angle of 324.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2747 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB933971-
CMYK00.580.240.64
HSL324.44º40.91%25.88%-
HSV(B)324.44º58.06%36.47%-
XYZ6.384.236.44-
YUV58.79134.89152.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.81%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=45.81%
G=19.21%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93397100.580.240.64324.4440.9125.88
Hex5D274703A1840144291a
Octal13547107072301005045132
Binary10111011001111000111011101011000100000010100010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,71); }

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

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

 a { background-color: rgb(93,39,71); }

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

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

 span { border-color: rgb(93,39,71); }

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