#571F3C

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

Shades of Pompadour #571F3C

Tints of Pompadour #571F3C

Color information

#571F3C (or 0x571F3C) is unknown color: approx Pompadour. HEX triplet: 57, 1F and 3C. RGB value is (87,31,60). Sum of RGB (Red+Green+Blue) = 87+31+60=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3C is #A8E0C3. Grayscale: #323232. Windows color (decimal): -11067588 or 3940183. OLE color: 3940183.

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

Color convert

RGB873160-
CMYK00.640.310.66
HSL328.93º47.46%23.14%-
HSV(B)328.93º64.37%34.12%-
XYZ5.243.334.64-
YUV51.05133.05153.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=48.88%
G=17.42%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87316000.640.310.66328.9347.4623.14
Hex571F3C0401F421492f17
Octal12737740100371025115727
Binary1010111111111111000100000011111100001010100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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