#57213E

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

Shades of Pompadour #57213E

Tints of Pompadour #57213E

Color information

#57213E (or 0x57213E) is unknown color: approx Pompadour. HEX triplet: 57, 21 and 3E. RGB value is (87,33,62). Sum of RGB (Red+Green+Blue) = 87+33+62=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213E is #A8DEC1. Grayscale: #343434. Windows color (decimal): -11067074 or 4071767. OLE color: 4071767.

HSL color Cylindrical-coordinate representation of color #57213E: hue angle of 327.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57213E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB873362-
CMYK00.620.290.66
HSL327.78º45%23.53%-
HSV(B)327.78º62.07%34.12%-
XYZ5.343.464.94-
YUV52.45133.39152.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=47.80%
G=18.13%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87336200.620.290.66327.784523.53
Hex57213E03E1D421482d18
Octal1274176076351025105530
Binary1010111100001111110011111011101100001010100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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