#552544

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

Shades of Loulou #552544

Tints of Loulou #552544

Color information

#552544 (or 0x552544) is unknown color: approx Loulou. HEX triplet: 55, 25 and 44. RGB value is (85,37,68). Sum of RGB (Red+Green+Blue) = 85+37+68=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552544 is #AADABB. Grayscale: #363636. Windows color (decimal): -11197116 or 4466005. OLE color: 4466005.

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

Color convert

RGB853768-
CMYK00.560.200.67
HSL321.25º39.34%23.92%-
HSV(B)321.25º56.47%33.33%-
XYZ5.453.675.89-
YUV54.89135.4149.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=44.74%
G=19.47%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85376800.560.200.67321.2539.3423.92
Hex55254403814431412718
Octal12545104070241035014730
Binary10101011001011000100011100010100100001110100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552544; }

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

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

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

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

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

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

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

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