#571B45

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

Shades of Pompadour #571B45

Tints of Pompadour #571B45

Color information

#571B45 (or 0x571B45) is unknown color: approx Pompadour. HEX triplet: 57, 1B and 45. RGB value is (87,27,69). Sum of RGB (Red+Green+Blue) = 87+27+69=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #571B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B45 is #A8E4BA. Grayscale: #313131. Windows color (decimal): -11068603 or 4528983. OLE color: 4528983.

HSL color Cylindrical-coordinate representation of color #571B45: hue angle of 318º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B45 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB872769-
CMYK00.690.210.66
HSL318º52.63%22.35%-
HSV(B)318º68.97%34.12%-
XYZ5.43.245.97-
YUV49.73138.88154.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=47.54%
G=14.75%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87276900.690.210.6631852.6322.35
Hex571B45045154213e3516
Octal127331050105251024766526
Binary10101111101110001010100010110101100001010011111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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