#552647

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

Shades of Loulou #552647

Tints of Loulou #552647

Color information

#552647 (or 0x552647) is unknown color: approx Loulou. HEX triplet: 55, 26 and 47. RGB value is (85,38,71). Sum of RGB (Red+Green+Blue) = 85+38+71=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552647 is #AAD9B8. Grayscale: #373737. Windows color (decimal): -11196857 or 4662869. OLE color: 4662869.

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

Color convert

RGB853871-
CMYK00.550.160.67
HSL317.87º38.21%24.12%-
HSV(B)317.87º55.29%33.33%-
XYZ5.583.776.4-
YUV55.82136.57148.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=43.81%
G=19.59%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85387100.550.160.67317.8738.2124.12
Hex552647037104313e2618
Octal12546107067201034764630
Binary10101011001101000111011011110000100001110011111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552647; }

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

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

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

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

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

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

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

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