#552745

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

Shades of Loulou #552745

Tints of Loulou #552745

Color information

#552745 (or 0x552745) is unknown color: approx Loulou. HEX triplet: 55, 27 and 45. RGB value is (85,39,69). Sum of RGB (Red+Green+Blue) = 85+39+69=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552745 is #AAD8BA. Grayscale: #383838. Windows color (decimal): -11196603 or 4532053. OLE color: 4532053.

HSL color Cylindrical-coordinate representation of color #552745: hue angle of 320.87º 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 #552745 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB853969-
CMYK00.540.190.67
HSL320.87º37.1%24.31%-
HSV(B)320.87º54.12%33.33%-
XYZ5.553.816.07-
YUV56.17135.24148.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=44.04%
G=20.21%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85396900.540.190.67320.8737.124.31
Hex55274503613431412518
Octal12547105066231035014530
Binary10101011001111000101011011010011100001110100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552745; }

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

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

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

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

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

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

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

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