#551748

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

Shades of Loulou #551748

Tints of Loulou #551748

Color information

#551748 (or 0x551748) is unknown color: approx Loulou. HEX triplet: 55, 17 and 48. RGB value is (85,23,72). Sum of RGB (Red+Green+Blue) = 85+23+72=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551748 is #AAE8B7. Grayscale: #2E2E2E. Windows color (decimal): -11200696 or 4724565. OLE color: 4724565.

HSL color Cylindrical-coordinate representation of color #551748: hue angle of 312.58º 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 #551748 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB852372-
CMYK00.730.150.67
HSL312.58º57.41%21.18%-
HSV(B)312.58º72.94%33.33%-
XYZ5.223.016.44-
YUV47.12142.04155.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 72 (28.52% from 255) = 40%
R=47.22%
G=12.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85237200.730.150.67312.5857.4121.18
Hex551748049F431393915
Octal125271100111171034717125
Binary1010101101111001000010010011111100001110011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551748; }

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

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

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

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

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

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

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

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