#572640

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

Shades of Pompadour #572640

Tints of Pompadour #572640

Color information

#572640 (or 0x572640) is unknown color: approx Pompadour. HEX triplet: 57, 26 and 40. RGB value is (87,38,64). Sum of RGB (Red+Green+Blue) = 87+38+64=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572640 is #A8D9BF. Grayscale: #373737. Windows color (decimal): -11065792 or 4204119. OLE color: 4204119.

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

Color convert

RGB873864-
CMYK00.560.260.66
HSL328.16º39.2%24.51%-
HSV(B)328.16º56.32%34.12%-
XYZ5.553.785.29-
YUV55.61132.73150.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=46.03%
G=20.11%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87386400.560.260.66328.1639.224.51
Hex5726400381A421482719
Octal12746100070321025104731
Binary10101111001101000000011100011010100001010100100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572640; }

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

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

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

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

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

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

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

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