#582740

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

Shades of Pompadour #582740

Tints of Pompadour #582740

Color information

#582740 (or 0x582740) is unknown color: approx Pompadour. HEX triplet: 58, 27 and 40. RGB value is (88,39,64). Sum of RGB (Red+Green+Blue) = 88+39+64=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582740 is #A7D8BF. Grayscale: #383838. Windows color (decimal): -11000000 or 4204376. OLE color: 4204376.

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

Color convert

RGB883964-
CMYK00.560.270.65
HSL329.39º38.58%24.9%-
HSV(B)329.39º55.68%34.51%-
XYZ5.683.95.3-
YUV56.5132.23150.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=46.07%
G=20.42%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88396400.560.270.65329.3938.5824.9
Hex5827400381B411492719
Octal13047100070331015114731
Binary10110001001111000000011100011011100000110100100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582740; }

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

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

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

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

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

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

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

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