#57203B

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

Shades of Pompadour #57203B

Tints of Pompadour #57203B

Color information

#57203B (or 0x57203B) is unknown color: approx Pompadour. HEX triplet: 57, 20 and 3B. RGB value is (87,32,59). Sum of RGB (Red+Green+Blue) = 87+32+59=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203B is #A8DFC4. Grayscale: #333333. Windows color (decimal): -11067333 or 3874903. OLE color: 3874903.

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

Color convert

RGB873259-
CMYK00.630.320.66
HSL330.55º46.22%23.33%-
HSV(B)330.55º63.22%34.12%-
XYZ5.243.384.51-
YUV51.52132.22153.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=48.88%
G=17.98%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87325900.630.320.66330.5546.2223.33
Hex57203B03F204214b2e17
Octal1274073077401025135627
Binary10101111000001110110111111100000100001010100101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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