#552548

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

Shades of Loulou #552548

Tints of Loulou #552548

Color information

#552548 (or 0x552548) is unknown color: approx Loulou. HEX triplet: 55, 25 and 48. RGB value is (85,37,72). Sum of RGB (Red+Green+Blue) = 85+37+72=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552548 is #AADAB7. Grayscale: #373737. Windows color (decimal): -11197112 or 4728149. OLE color: 4728149.

HSL color Cylindrical-coordinate representation of color #552548: hue angle of 316.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 #552548 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB853772-
CMYK00.560.150.67
HSL316.25º39.34%23.92%-
HSV(B)316.25º56.47%33.33%-
XYZ5.583.726.56-
YUV55.34137.4149.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=43.81%
G=19.07%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85377200.560.150.67316.2539.3423.92
Hex552548038F4313c2718
Octal12545110070171034744730
Binary1010101100101100100001110001111100001110011110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552548; }

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

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

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

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

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

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

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

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