#571A46

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

Shades of Pompadour #571A46

Tints of Pompadour #571A46

Color information

#571A46 (or 0x571A46) is unknown color: approx Pompadour. HEX triplet: 57, 1A and 46. RGB value is (87,26,70). Sum of RGB (Red+Green+Blue) = 87+26+70=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #571A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A46 is #A8E5B9. Grayscale: #313131. Windows color (decimal): -11068858 or 4594263. OLE color: 4594263.

HSL color Cylindrical-coordinate representation of color #571A46: hue angle of 316.72º 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 #571A46 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB872670-
CMYK00.700.200.66
HSL316.72º53.98%22.16%-
HSV(B)316.72º70.11%34.12%-
XYZ5.413.216.13-
YUV49.26139.71154.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=47.54%
G=14.21%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87267000.700.200.66316.7253.9822.16
Hex571A46046144213d3616
Octal127321060106241024756626
Binary10101111101010001100100011010100100001010011110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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