#551844

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

Shades of Loulou #551844

Tints of Loulou #551844

Color information

#551844 (or 0x551844) is unknown color: approx Loulou. HEX triplet: 55, 18 and 44. RGB value is (85,24,68). Sum of RGB (Red+Green+Blue) = 85+24+68=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551844 is #AAE7BB. Grayscale: #2F2F2F. Windows color (decimal): -11200444 or 4462677. OLE color: 4462677.

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

Color convert

RGB852468-
CMYK00.720.200.67
HSL316.72º55.96%21.37%-
HSV(B)316.72º71.76%33.33%-
XYZ5.1235.78-
YUV47.26139.71154.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=48.02%
G=13.56%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85246800.720.200.67316.7255.9621.37
Hex551844048144313d3815
Octal125301040110241034757025
Binary10101011100010001000100100010100100001110011110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551844; }

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

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

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

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

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

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

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

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