#551A4C

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

Shades of Loulou #551A4C

Tints of Loulou #551A4C

Color information

#551A4C (or 0x551A4C) is unknown color: approx Loulou. HEX triplet: 55, 1A and 4C. RGB value is (85,26,76). Sum of RGB (Red+Green+Blue) = 85+26+76=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #551A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A4C is #AAE5B3. Grayscale: #313131. Windows color (decimal): -11199924 or 4987477. OLE color: 4987477.

HSL color Cylindrical-coordinate representation of color #551A4C: hue angle of 309.15º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A4C is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB852676-
CMYK00.690.110.67
HSL309.15º53.15%21.76%-
HSV(B)309.15º69.41%33.33%-
XYZ5.423.197.17-
YUV49.34143.05153.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=45.45%
G=13.90%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85267600.690.110.67309.1553.1521.76
Hex551A4C045B431353516
Octal125321140105131034656526
Binary1010101110101001100010001011011100001110011010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A4C; }

 p { color: rgb(85,26,76); }

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

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

 a { background-color: rgb(85,26,76); }

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

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

 span { border-color: rgb(85,26,76); }

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