#551B49

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

Shades of Loulou #551B49

Tints of Loulou #551B49

Color information

#551B49 (or 0x551B49) is unknown color: approx Loulou. HEX triplet: 55, 1B and 49. RGB value is (85,27,73). Sum of RGB (Red+Green+Blue) = 85+27+73=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B49 is #AAE4B6. Grayscale: #313131. Windows color (decimal): -11199671 or 4791125. OLE color: 4791125.

HSL color Cylindrical-coordinate representation of color #551B49: hue angle of 312.41º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B49 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB852773-
CMYK00.680.140.67
HSL312.41º51.79%21.96%-
HSV(B)312.41º68.24%33.33%-
XYZ5.343.26.64-
YUV49.59141.22153.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=45.95%
G=14.59%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85277300.680.140.67312.4151.7921.96
Hex551B49044E431383416
Octal125331110104161034706426
Binary1010101110111001001010001001110100001110011100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,73); }

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

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

 a { background-color: rgb(85,27,73); }

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

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

 span { border-color: rgb(85,27,73); }

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