#552149

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

Shades of Loulou #552149

Tints of Loulou #552149

Color information

#552149 (or 0x552149) is unknown color: approx Loulou. HEX triplet: 55, 21 and 49. RGB value is (85,33,73). Sum of RGB (Red+Green+Blue) = 85+33+73=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552149 is #AADEB6. Grayscale: #353535. Windows color (decimal): -11198135 or 4792661. OLE color: 4792661.

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

Color convert

RGB853373-
CMYK00.610.140.67
HSL313.85º44.07%23.14%-
HSV(B)313.85º61.18%33.33%-
XYZ5.493.56.69-
YUV53.11139.23150.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=44.50%
G=17.28%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85337300.610.140.67313.8544.0723.14
Hex55214903DE4313a2c17
Octal12541111075161034725427
Binary1010101100001100100101111011110100001110011101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552149; }

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

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

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

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

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

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

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

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