#571A41

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

Shades of Pompadour #571A41

Tints of Pompadour #571A41

Color information

#571A41 (or 0x571A41) is unknown color: approx Pompadour. HEX triplet: 57, 1A and 41. RGB value is (87,26,65). Sum of RGB (Red+Green+Blue) = 87+26+65=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A41 is #A8E5BE. Grayscale: #303030. Windows color (decimal): -11068863 or 4266583. OLE color: 4266583.

HSL color Cylindrical-coordinate representation of color #571A41: hue angle of 321.64º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A41 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB872665-
CMYK00.700.250.66
HSL321.64º53.98%22.16%-
HSV(B)321.64º70.11%34.12%-
XYZ5.253.155.33-
YUV48.68137.21155.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=48.88%
G=14.61%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87266500.700.250.66321.6453.9822.16
Hex571A4104619421423616
Octal127321010106311025026626
Binary10101111101010000010100011011001100001010100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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