#552C4B

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

Shades of Loulou #552C4B

Tints of Loulou #552C4B

Color information

#552C4B (or 0x552C4B) is unknown color: approx Loulou. HEX triplet: 55, 2C and 4B. RGB value is (85,44,75). Sum of RGB (Red+Green+Blue) = 85+44+75=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #552C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C4B is #AAD3B4. Grayscale: #3B3B3B. Windows color (decimal): -11195317 or 4926549. OLE color: 4926549.

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

Color convert

RGB854475-
CMYK00.480.120.67
HSL314.63º31.78%25.29%-
HSV(B)314.63º48.24%33.33%-
XYZ5.924.247.16-
YUV59.79136.58145.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=41.67%
G=21.57%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85447500.480.120.67314.6331.7825.29
Hex552C4B030C4313b2019
Octal12554113060141034734031
Binary1010101101100100101101100001100100001110011101110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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