#552947

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

Shades of Loulou #552947

Tints of Loulou #552947

Color information

#552947 (or 0x552947) is unknown color: approx Loulou. HEX triplet: 55, 29 and 47. RGB value is (85,41,71). Sum of RGB (Red+Green+Blue) = 85+41+71=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552947 is #AAD6B8. Grayscale: #393939. Windows color (decimal): -11196089 or 4663637. OLE color: 4663637.

HSL color Cylindrical-coordinate representation of color #552947: hue angle of 319.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552947 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB854171-
CMYK00.520.160.67
HSL319.09º34.92%24.71%-
HSV(B)319.09º51.76%33.33%-
XYZ5.683.976.43-
YUV57.58135.58147.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=43.15%
G=20.81%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85417100.520.160.67319.0934.9224.71
Hex552947034104313f2319
Octal12551107064201034774331
Binary10101011010011000111011010010000100001110011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552947; }

 p { color: rgb(85,41,71); }

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

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

 a { background-color: rgb(85,41,71); }

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

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

 span { border-color: rgb(85,41,71); }

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