#581540

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

Shades of Pompadour #581540

Tints of Pompadour #581540

Color information

#581540 (or 0x581540) is unknown color: approx Pompadour. HEX triplet: 58, 15 and 40. RGB value is (88,21,64). Sum of RGB (Red+Green+Blue) = 88+21+64=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #581540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581540 is #A7EABF. Grayscale: #2D2D2D. Windows color (decimal): -11004608 or 4199768. OLE color: 4199768.

HSL color Cylindrical-coordinate representation of color #581540: hue angle of 321.49º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581540 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB882164-
CMYK00.760.270.65
HSL321.49º61.47%21.37%-
HSV(B)321.49º76.14%34.51%-
XYZ5.222.985.15-
YUV45.93138.2158-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=50.87%
G=12.14%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88216400.760.270.65321.4961.4721.37
Hex58154004C1B411413d15
Octal130251000114331015017525
Binary10110001010110000000100110011011100000110100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581540; }

 p { color: rgb(88,21,64); }

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

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

 a { background-color: rgb(88,21,64); }

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

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

 span { border-color: rgb(88,21,64); }

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