#552844

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

Shades of Loulou #552844

Tints of Loulou #552844

Color information

#552844 (or 0x552844) is unknown color: approx Loulou. HEX triplet: 55, 28 and 44. RGB value is (85,40,68). Sum of RGB (Red+Green+Blue) = 85+40+68=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552844 is #AAD7BB. Grayscale: #383838. Windows color (decimal): -11196348 or 4466773. OLE color: 4466773.

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

Color convert

RGB854068-
CMYK00.530.200.67
HSL322.67º36%24.51%-
HSV(B)322.67º52.94%33.33%-
XYZ5.553.875.92-
YUV56.65134.41148.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=44.04%
G=20.73%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85406800.530.200.67322.673624.51
Hex55284403514431432419
Octal12550104065241035034431
Binary10101011010001000100011010110100100001110100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552844; }

 p { color: rgb(85,40,68); }

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

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

 a { background-color: rgb(85,40,68); }

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

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

 span { border-color: rgb(85,40,68); }

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