#572040

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

Shades of Pompadour #572040

Tints of Pompadour #572040

Color information

#572040 (or 0x572040) is unknown color: approx Pompadour. HEX triplet: 57, 20 and 40. RGB value is (87,32,64). Sum of RGB (Red+Green+Blue) = 87+32+64=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #572040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572040 is #A8DFBF. Grayscale: #343434. Windows color (decimal): -11067328 or 4202583. OLE color: 4202583.

HSL color Cylindrical-coordinate representation of color #572040: hue angle of 325.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572040 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB873264-
CMYK00.630.260.66
HSL325.09º46.22%23.33%-
HSV(B)325.09º63.22%34.12%-
XYZ5.373.435.23-
YUV52.09134.72152.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=47.54%
G=17.49%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87326400.630.260.66325.0946.2223.33
Hex57204003F1A421452e17
Octal12740100077321025055627
Binary10101111000001000000011111111010100001010100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572040; }

 p { color: rgb(87,32,64); }

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

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

 a { background-color: rgb(87,32,64); }

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

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

 span { border-color: rgb(87,32,64); }

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