#571C3C

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

Shades of Pompadour #571C3C

Tints of Pompadour #571C3C

Color information

#571C3C (or 0x571C3C) is unknown color: approx Pompadour. HEX triplet: 57, 1C and 3C. RGB value is (87,28,60). Sum of RGB (Red+Green+Blue) = 87+28+60=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C3C is #A8E3C3. Grayscale: #313131. Windows color (decimal): -11068356 or 3939415. OLE color: 3939415.

HSL color Cylindrical-coordinate representation of color #571C3C: hue angle of 327.46º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C3C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB872860-
CMYK00.680.310.66
HSL327.46º51.3%22.55%-
HSV(B)327.46º67.82%34.12%-
XYZ5.163.184.62-
YUV49.29134.05154.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=49.71%
G=16%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87286000.680.310.66327.4651.322.55
Hex571C3C0441F421473317
Octal12734740104371025076327
Binary1010111111001111000100010011111100001010100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571C3C; }

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

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

<style>
 a { background-color: #571C3C; }

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

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

<style>
 span { border-color: #571C3C; }

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

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