#571941

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

Shades of Pompadour #571941

Tints of Pompadour #571941

Color information

#571941 (or 0x571941) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 41. RGB value is (87,25,65). Sum of RGB (Red+Green+Blue) = 87+25+65=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571941 is #A8E6BE. Grayscale: #2F2F2F. Windows color (decimal): -11069119 or 4266327. OLE color: 4266327.

HSL color Cylindrical-coordinate representation of color #571941: hue angle of 321.29º 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 #571941 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB872565-
CMYK00.710.250.66
HSL321.29º55.36%21.96%-
HSV(B)321.29º71.26%34.12%-
XYZ5.233.15.32-
YUV48.1137.54155.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=49.15%
G=14.12%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87256500.710.250.66321.2955.3621.96
Hex57194104719421413716
Octal127311010107311025016726
Binary10101111100110000010100011111001100001010100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571941; }

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

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

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

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

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

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

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

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