#552C47

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

Shades of Loulou #552C47

Tints of Loulou #552C47

Color information

#552C47 (or 0x552C47) is unknown color: approx Loulou. HEX triplet: 55, 2C and 47. RGB value is (85,44,71). Sum of RGB (Red+Green+Blue) = 85+44+71=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #552C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C47 is #AAD3B8. Grayscale: #3B3B3B. Windows color (decimal): -11195321 or 4664405. OLE color: 4664405.

HSL color Cylindrical-coordinate representation of color #552C47: hue angle of 320.49º 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 #552C47 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB854471-
CMYK00.480.160.67
HSL320.49º31.78%25.29%-
HSV(B)320.49º48.24%33.33%-
XYZ5.784.196.46-
YUV59.34134.58146.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=42.5%
G=22%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85447100.480.160.67320.4931.7825.29
Hex552C4703010431402019
Octal12554107060201035004031
Binary10101011011001000111011000010000100001110100000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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