#552444

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

Shades of Loulou #552444

Tints of Loulou #552444

Color information

#552444 (or 0x552444) is unknown color: approx Loulou. HEX triplet: 55, 24 and 44. RGB value is (85,36,68). Sum of RGB (Red+Green+Blue) = 85+36+68=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552444 is #AADBBB. Grayscale: #363636. Windows color (decimal): -11197372 or 4465749. OLE color: 4465749.

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

Color convert

RGB853668-
CMYK00.580.200.67
HSL320.82º40.5%23.73%-
HSV(B)320.82º57.65%33.33%-
XYZ5.423.615.88-
YUV54.3135.73149.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=44.97%
G=19.05%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85366800.580.200.67320.8240.523.73
Hex55244403A14431412818
Octal12544104072241035015030
Binary10101011001001000100011101010100100001110100000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552444; }

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

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

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

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

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

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

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

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