#582440

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

Shades of Pompadour #582440

Tints of Pompadour #582440

Color information

#582440 (or 0x582440) is unknown color: approx Pompadour. HEX triplet: 58, 24 and 40. RGB value is (88,36,64). Sum of RGB (Red+Green+Blue) = 88+36+64=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #582440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582440 is #A7DBBF. Grayscale: #363636. Windows color (decimal): -11000768 or 4203608. OLE color: 4203608.

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

Color convert

RGB883664-
CMYK00.590.270.65
HSL327.69º41.94%24.31%-
HSV(B)327.69º59.09%34.51%-
XYZ5.583.715.27-
YUV54.74133.23151.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=46.81%
G=19.15%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88366400.590.270.65327.6941.9424.31
Hex58244003B1B411482a18
Octal13044100073331015105230
Binary10110001001001000000011101111011100000110100100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582440; }

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

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

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

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

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

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

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

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