#57203C

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

Shades of Pompadour #57203C

Tints of Pompadour #57203C

Color information

#57203C (or 0x57203C) is unknown color: approx Pompadour. HEX triplet: 57, 20 and 3C. RGB value is (87,32,60). Sum of RGB (Red+Green+Blue) = 87+32+60=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203C is #A8DFC3. Grayscale: #333333. Windows color (decimal): -11067332 or 3940439. OLE color: 3940439.

HSL color Cylindrical-coordinate representation of color #57203C: hue angle of 329.45º 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 #57203C is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB873260-
CMYK00.630.310.66
HSL329.45º46.22%23.33%-
HSV(B)329.45º63.22%34.12%-
XYZ5.263.394.65-
YUV51.64132.72153.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=48.60%
G=17.88%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87326000.630.310.66329.4546.2223.33
Hex57203C03F1F421492e17
Octal1274074077371025115627
Binary1010111100000111100011111111111100001010100100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57203C; }

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

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

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

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

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

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

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

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