#57193C

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

Shades of Pompadour #57193C

Tints of Pompadour #57193C

Color information

#57193C (or 0x57193C) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 3C. RGB value is (87,25,60). Sum of RGB (Red+Green+Blue) = 87+25+60=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57193C is #A8E6C3. Grayscale: #2F2F2F. Windows color (decimal): -11069124 or 3938647. OLE color: 3938647.

HSL color Cylindrical-coordinate representation of color #57193C: hue angle of 326.13º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57193C is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB872560-
CMYK00.710.310.66
HSL326.13º55.36%21.96%-
HSV(B)326.13º71.26%34.12%-
XYZ5.093.054.59-
YUV47.53135.04156.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=50.58%
G=14.53%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87256000.710.310.66326.1355.3621.96
Hex57193C0471F421463716
Octal12731740107371025066726
Binary1010111110011111000100011111111100001010100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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