#552746

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

Shades of Loulou #552746

Tints of Loulou #552746

Color information

#552746 (or 0x552746) is unknown color: approx Loulou. HEX triplet: 55, 27 and 46. RGB value is (85,39,70). Sum of RGB (Red+Green+Blue) = 85+39+70=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552746 is #AAD8B9. Grayscale: #383838. Windows color (decimal): -11196602 or 4597589. OLE color: 4597589.

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

Color convert

RGB853970-
CMYK00.540.180.67
HSL319.57º37.1%24.31%-
HSV(B)319.57º54.12%33.33%-
XYZ5.583.826.24-
YUV56.29135.74148.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=43.81%
G=20.10%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85397000.540.180.67319.5737.124.31
Hex55274603612431402518
Octal12547106066221035004530
Binary10101011001111000110011011010010100001110100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552746; }

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

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

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

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

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

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

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

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