#552C48

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

Shades of Loulou #552C48

Tints of Loulou #552C48

Color information

#552C48 (or 0x552C48) is unknown color: approx Loulou. HEX triplet: 55, 2C and 48. RGB value is (85,44,72). Sum of RGB (Red+Green+Blue) = 85+44+72=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C48 is #AAD3B7. Grayscale: #3B3B3B. Windows color (decimal): -11195320 or 4729941. OLE color: 4729941.

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

Color convert

RGB854472-
CMYK00.480.150.67
HSL319.02º31.78%25.29%-
HSV(B)319.02º48.24%33.33%-
XYZ5.824.26.64-
YUV59.45135.08146.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 44 (17.58% from 255) = 21.89%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=42.29%
G=21.89%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85447200.480.150.67319.0231.7825.29
Hex552C48030F4313f2019
Octal12554110060171034774031
Binary1010101101100100100001100001111100001110011111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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