#551944

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

Shades of Loulou #551944

Tints of Loulou #551944

Color information

#551944 (or 0x551944) is unknown color: approx Loulou. HEX triplet: 55, 19 and 44. RGB value is (85,25,68). Sum of RGB (Red+Green+Blue) = 85+25+68=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551944 is #AAE6BB. Grayscale: #2F2F2F. Windows color (decimal): -11200188 or 4462933. OLE color: 4462933.

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

Color convert

RGB852568-
CMYK00.710.200.67
HSL317º54.55%21.57%-
HSV(B)317º70.59%33.33%-
XYZ5.143.045.79-
YUV47.84139.38154.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=47.75%
G=14.04%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85256800.710.200.6731754.5521.57
Hex551944047144313d3716
Octal125311040107241034756726
Binary10101011100110001000100011110100100001110011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551944; }

 p { color: rgb(85,25,68); }

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

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

 a { background-color: rgb(85,25,68); }

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

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

 span { border-color: rgb(85,25,68); }

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