#552847

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

Shades of Loulou #552847

Tints of Loulou #552847

Color information

#552847 (or 0x552847) is unknown color: approx Loulou. HEX triplet: 55, 28 and 47. RGB value is (85,40,71). Sum of RGB (Red+Green+Blue) = 85+40+71=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #552847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552847 is #AAD7B8. Grayscale: #383838. Windows color (decimal): -11196345 or 4663381. OLE color: 4663381.

HSL color Cylindrical-coordinate representation of color #552847: hue angle of 318.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552847 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB854071-
CMYK00.530.160.67
HSL318.67º36%24.51%-
HSV(B)318.67º52.94%33.33%-
XYZ5.643.96.42-
YUV56.99135.91147.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=43.37%
G=20.41%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85407100.530.160.67318.673624.51
Hex552847035104313f2419
Octal12550107065201034774431
Binary10101011010001000111011010110000100001110011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552847; }

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

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

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

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

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

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

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

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