#582640

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

Shades of Pompadour #582640

Tints of Pompadour #582640

Color information

#582640 (or 0x582640) is unknown color: approx Pompadour. HEX triplet: 58, 26 and 40. RGB value is (88,38,64). Sum of RGB (Red+Green+Blue) = 88+38+64=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #582640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582640 is #A7D9BF. Grayscale: #373737. Windows color (decimal): -11000256 or 4204120. OLE color: 4204120.

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

Color convert

RGB883864-
CMYK00.570.270.65
HSL328.8º39.68%24.71%-
HSV(B)328.8º56.82%34.51%-
XYZ5.643.835.29-
YUV55.91132.56150.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=46.32%
G=20%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88386400.570.270.65328.839.6824.71
Hex5826400391B411492819
Octal13046100071331015115031
Binary10110001001101000000011100111011100000110100100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582640; }

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

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

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

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

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

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

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

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