#552C45

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

Shades of Loulou #552C45

Tints of Loulou #552C45

Color information

#552C45 (or 0x552C45) is unknown color: approx Loulou. HEX triplet: 55, 2C and 45. RGB value is (85,44,69). Sum of RGB (Red+Green+Blue) = 85+44+69=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C45 is #AAD3BA. Grayscale: #3B3B3B. Windows color (decimal): -11195323 or 4533333. OLE color: 4533333.

HSL color Cylindrical-coordinate representation of color #552C45: hue angle of 323.41º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C45 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB854469-
CMYK00.480.190.67
HSL323.41º31.78%25.29%-
HSV(B)323.41º48.24%33.33%-
XYZ5.724.166.13-
YUV59.11133.58146.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=42.93%
G=22.22%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85446900.480.190.67323.4131.7825.29
Hex552C4503013431432019
Octal12554105060231035034031
Binary10101011011001000101011000010011100001110100001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552C45; }

 p { color: rgb(85,44,69); }

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

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

 a { background-color: rgb(85,44,69); }

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

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

 span { border-color: rgb(85,44,69); }

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