#551E45

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

Shades of Loulou #551E45

Tints of Loulou #551E45

Color information

#551E45 (or 0x551E45) is unknown color: approx Loulou. HEX triplet: 55, 1E and 45. RGB value is (85,30,69). Sum of RGB (Red+Green+Blue) = 85+30+69=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E45 is #AAE1BA. Grayscale: #323232. Windows color (decimal): -11198907 or 4529749. OLE color: 4529749.

HSL color Cylindrical-coordinate representation of color #551E45: hue angle of 317.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E45 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB853069-
CMYK00.650.190.67
HSL317.45º47.83%22.55%-
HSV(B)317.45º64.71%33.33%-
XYZ5.283.295.99-
YUV50.89138.22152.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=46.20%
G=16.30%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306900.650.190.67317.4547.8322.55
Hex551E45041134313d3017
Octal125361050101231034756027
Binary10101011111010001010100000110011100001110011110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,69); }

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

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

 a { background-color: rgb(85,30,69); }

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

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

 span { border-color: rgb(85,30,69); }

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