#551746

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

Shades of Loulou #551746

Tints of Loulou #551746

Color information

#551746 (or 0x551746) is unknown color: approx Loulou. HEX triplet: 55, 17 and 46. RGB value is (85,23,70). Sum of RGB (Red+Green+Blue) = 85+23+70=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551746 is #AAE8B9. Grayscale: #2E2E2E. Windows color (decimal): -11200698 or 4593493. OLE color: 4593493.

HSL color Cylindrical-coordinate representation of color #551746: hue angle of 314.52º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551746 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB852370-
CMYK00.730.180.67
HSL314.52º57.41%21.18%-
HSV(B)314.52º72.94%33.33%-
XYZ5.162.996.1-
YUV46.9141.04155.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=47.75%
G=12.92%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85237000.730.180.67314.5257.4121.18
Hex551746049124313b3915
Octal125271060111221034737125
Binary10101011011110001100100100110010100001110011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551746; }

 p { color: rgb(85,23,70); }

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

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

 a { background-color: rgb(85,23,70); }

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

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

 span { border-color: rgb(85,23,70); }

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