#552048

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

Shades of Loulou #552048

Tints of Loulou #552048

Color information

#552048 (or 0x552048) is unknown color: approx Loulou. HEX triplet: 55, 20 and 48. RGB value is (85,32,72). Sum of RGB (Red+Green+Blue) = 85+32+72=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552048 is #AADFB7. Grayscale: #343434. Windows color (decimal): -11198392 or 4726869. OLE color: 4726869.

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

Color convert

RGB853272-
CMYK00.620.150.67
HSL314.72º45.3%22.94%-
HSV(B)314.72º62.35%33.33%-
XYZ5.433.436.51-
YUV52.41139.06151.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=44.97%
G=16.93%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85327200.620.150.67314.7245.322.94
Hex55204803EF4313b2d17
Octal12540110076171034735527
Binary1010101100000100100001111101111100001110011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552048; }

 p { color: rgb(85,32,72); }

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

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

 a { background-color: rgb(85,32,72); }

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

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

 span { border-color: rgb(85,32,72); }

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