#571641

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

Shades of Pompadour #571641

Tints of Pompadour #571641

Color information

#571641 (or 0x571641) is unknown color: approx Pompadour. HEX triplet: 57, 16 and 41. RGB value is (87,22,65). Sum of RGB (Red+Green+Blue) = 87+22+65=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #571641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571641 is #A8E9BE. Grayscale: #2E2E2E. Windows color (decimal): -11069887 or 4265559. OLE color: 4265559.

HSL color Cylindrical-coordinate representation of color #571641: hue angle of 320.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571641 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB872265-
CMYK00.750.250.66
HSL320.31º59.63%21.37%-
HSV(B)320.31º74.71%34.12%-
XYZ5.172.985.3-
YUV46.34138.53157-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=50%
G=12.64%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87226500.750.250.66320.3159.6321.37
Hex57164104B19421403c15
Octal127261010113311025007425
Binary10101111011010000010100101111001100001010100000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571641; }

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

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

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

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

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

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

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

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