#571A45

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

Shades of Pompadour #571A45

Tints of Pompadour #571A45

Color information

#571A45 (or 0x571A45) is unknown color: approx Pompadour. HEX triplet: 57, 1A and 45. RGB value is (87,26,69). Sum of RGB (Red+Green+Blue) = 87+26+69=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A45 is #A8E5BA. Grayscale: #313131. Windows color (decimal): -11068859 or 4528727. OLE color: 4528727.

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

Color convert

RGB872669-
CMYK00.700.210.66
HSL317.7º53.98%22.16%-
HSV(B)317.7º70.11%34.12%-
XYZ5.373.195.96-
YUV49.14139.21155-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=47.80%
G=14.29%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87266900.700.210.66317.753.9822.16
Hex571A45046154213e3616
Octal127321050106251024766626
Binary10101111101010001010100011010101100001010011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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