#551E43

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

Shades of Loulou #551E43

Tints of Loulou #551E43

Color information

#551E43 (or 0x551E43) is unknown color: approx Loulou. HEX triplet: 55, 1E and 43. RGB value is (85,30,67). Sum of RGB (Red+Green+Blue) = 85+30+67=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E43 is #AAE1BC. Grayscale: #323232. Windows color (decimal): -11198909 or 4398677. OLE color: 4398677.

HSL color Cylindrical-coordinate representation of color #551E43: hue angle of 319.64º 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 #551E43 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB853067-
CMYK00.650.210.67
HSL319.64º47.83%22.55%-
HSV(B)319.64º64.71%33.33%-
XYZ5.223.275.67-
YUV50.66137.22152.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=46.70%
G=16.48%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306700.650.210.67319.6447.8322.55
Hex551E4304115431403017
Octal125361030101251035006027
Binary10101011111010000110100000110101100001110100000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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