#572240

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

Shades of Pompadour #572240

Tints of Pompadour #572240

Color information

#572240 (or 0x572240) is unknown color: approx Pompadour. HEX triplet: 57, 22 and 40. RGB value is (87,34,64). Sum of RGB (Red+Green+Blue) = 87+34+64=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #572240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572240 is #A8DDBF. Grayscale: #353535. Windows color (decimal): -11066816 or 4203095. OLE color: 4203095.

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

Color convert

RGB873464-
CMYK00.610.260.66
HSL326.04º43.8%23.73%-
HSV(B)326.04º60.92%34.12%-
XYZ5.433.545.25-
YUV53.27134.06152.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=47.03%
G=18.38%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87346400.610.260.66326.0443.823.73
Hex57224003D1A421462c18
Octal12742100075321025065430
Binary10101111000101000000011110111010100001010100011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572240; }

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

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

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

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

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

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

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

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