#581D47

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

Shades of Pompadour #581D47

Tints of Pompadour #581D47

Color information

#581D47 (or 0x581D47) is unknown color: approx Pompadour. HEX triplet: 58, 1D and 47. RGB value is (88,29,71). Sum of RGB (Red+Green+Blue) = 88+29+71=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D47 is #A7E2B8. Grayscale: #333333. Windows color (decimal): -11002553 or 4660568. OLE color: 4660568.

HSL color Cylindrical-coordinate representation of color #581D47: hue angle of 317.29º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D47 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB882971-
CMYK00.670.190.65
HSL317.29º50.43%22.94%-
HSV(B)317.29º67.05%34.51%-
XYZ5.63.416.32-
YUV51.43139.05154.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=46.81%
G=15.43%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88297100.670.190.65317.2950.4322.94
Hex581D47043134113d3217
Octal130351070103231014756227
Binary10110001110110001110100001110011100000110011110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581D47; }

 p { color: rgb(88,29,71); }

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

<style>
 a { background-color: #581D47; }

 a { background-color: rgb(88,29,71); }

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

<style>
 span { border-color: #581D47; }

 span { border-color: rgb(88,29,71); }

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