#582840

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

Shades of Pompadour #582840

Tints of Pompadour #582840

Color information

#582840 (or 0x582840) is unknown color: approx Pompadour. HEX triplet: 58, 28 and 40. RGB value is (88,40,64). Sum of RGB (Red+Green+Blue) = 88+40+64=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582840 is #A7D7BF. Grayscale: #393939. Windows color (decimal): -10999744 or 4204632. OLE color: 4204632.

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

Color convert

RGB884064-
CMYK00.550.270.65
HSL330º37.5%25.1%-
HSV(B)330º54.55%34.51%-
XYZ5.713.965.31-
YUV57.09131.9150.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=45.83%
G=20.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88406400.550.270.6533037.525.1
Hex5828400371B4114a2619
Octal13050100067331015124631
Binary10110001010001000000011011111011100000110100101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582840; }

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

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

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

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

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

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

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

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