#552644

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

Shades of Loulou #552644

Tints of Loulou #552644

Color information

#552644 (or 0x552644) is unknown color: approx Loulou. HEX triplet: 55, 26 and 44. RGB value is (85,38,68). Sum of RGB (Red+Green+Blue) = 85+38+68=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552644 is #AAD9BB. Grayscale: #373737. Windows color (decimal): -11196860 or 4466261. OLE color: 4466261.

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

Color convert

RGB853868-
CMYK00.550.200.67
HSL321.7º38.21%24.12%-
HSV(B)321.7º55.29%33.33%-
XYZ5.483.735.9-
YUV55.47135.07149.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=44.50%
G=19.90%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85386800.550.200.67321.738.2124.12
Hex55264403714431422618
Octal12546104067241035024630
Binary10101011001101000100011011110100100001110100001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552644; }

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

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

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

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

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

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

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

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