#551949

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

Shades of Loulou #551949

Tints of Loulou #551949

Color information

#551949 (or 0x551949) is unknown color: approx Loulou. HEX triplet: 55, 19 and 49. RGB value is (85,25,73). Sum of RGB (Red+Green+Blue) = 85+25+73=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #551949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551949 is #AAE6B6. Grayscale: #303030. Windows color (decimal): -11200183 or 4790613. OLE color: 4790613.

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

Color convert

RGB852573-
CMYK00.710.140.67
HSL312º54.55%21.57%-
HSV(B)312º70.59%33.33%-
XYZ5.33.116.62-
YUV48.41141.88154.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=46.45%
G=13.66%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85257300.710.140.6731254.5521.57
Hex551949047E431383716
Octal125311110107161034706726
Binary1010101110011001001010001111110100001110011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551949; }

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

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

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

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

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

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

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

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