#571A48

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

Shades of Loulou #571A48

Tints of Loulou #571A48

Color information

#571A48 (or 0x571A48) is unknown color: approx Loulou. HEX triplet: 57, 1A and 48. RGB value is (87,26,72). Sum of RGB (Red+Green+Blue) = 87+26+72=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A48 is #A8E5B7. Grayscale: #313131. Windows color (decimal): -11068856 or 4725335. OLE color: 4725335.

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

Color convert

RGB872672-
CMYK00.700.170.66
HSL314.75º53.98%22.16%-
HSV(B)314.75º70.11%34.12%-
XYZ5.473.236.47-
YUV49.48140.71154.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=47.03%
G=14.05%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87267200.700.170.66314.7553.9822.16
Hex571A48046114213b3616
Octal127321100106211024736626
Binary10101111101010010000100011010001100001010011101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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