#57223E

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

Shades of Pompadour #57223E

Tints of Pompadour #57223E

Color information

#57223E (or 0x57223E) is unknown color: approx Pompadour. HEX triplet: 57, 22 and 3E. RGB value is (87,34,62). Sum of RGB (Red+Green+Blue) = 87+34+62=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57223E is #A8DDC1. Grayscale: #343434. Windows color (decimal): -11066818 or 4072023. OLE color: 4072023.

HSL color Cylindrical-coordinate representation of color #57223E: hue angle of 328.3º 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 #57223E is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB873462-
CMYK00.610.290.66
HSL328.3º43.8%23.73%-
HSV(B)328.3º60.92%34.12%-
XYZ5.373.524.95-
YUV53.04133.06152.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=47.54%
G=18.58%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87346200.610.290.66328.343.823.73
Hex57223E03D1D421482c18
Octal1274276075351025105430
Binary1010111100010111110011110111101100001010100100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57223E; }

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

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

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

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

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

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

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

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