#553449

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

Shades of Loulou #553449

Tints of Loulou #553449

Color information

#553449 (or 0x553449) is unknown color: approx Loulou. HEX triplet: 55, 34 and 49. RGB value is (85,52,73). Sum of RGB (Red+Green+Blue) = 85+52+73=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553449 is #AACBB6. Grayscale: #404040. Windows color (decimal): -11193271 or 4797525. OLE color: 4797525.

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

Color convert

RGB855273-
CMYK00.390.140.67
HSL321.82º24.09%26.86%-
HSV(B)321.82º38.82%33.33%-
XYZ6.184.876.92-
YUV64.26132.93142.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=40.48%
G=24.76%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85527300.390.140.67321.8224.0926.86
Hex553449027E43142181b
Octal12564111047161035023033
Binary101010111010010010010100111111010000111010000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553449; }

 p { color: rgb(85,52,73); }

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

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

 a { background-color: rgb(85,52,73); }

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

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

 span { border-color: rgb(85,52,73); }

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