#552747

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

Shades of Loulou #552747

Tints of Loulou #552747

Color information

#552747 (or 0x552747) is unknown color: approx Loulou. HEX triplet: 55, 27 and 47. RGB value is (85,39,71). Sum of RGB (Red+Green+Blue) = 85+39+71=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #552747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552747 is #AAD8B8. Grayscale: #383838. Windows color (decimal): -11196601 or 4663125. OLE color: 4663125.

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

Color convert

RGB853971-
CMYK00.540.160.67
HSL318.26º37.1%24.31%-
HSV(B)318.26º54.12%33.33%-
XYZ5.613.846.41-
YUV56.4136.24148.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=43.59%
G=20%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85397100.540.160.67318.2637.124.31
Hex552747036104313e2518
Octal12547107066201034764530
Binary10101011001111000111011011010000100001110011111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552747; }

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

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

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

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

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

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

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

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