#551649

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

Shades of Loulou #551649

Tints of Loulou #551649

Color information

#551649 (or 0x551649) is unknown color: approx Loulou. HEX triplet: 55, 16 and 49. RGB value is (85,22,73). Sum of RGB (Red+Green+Blue) = 85+22+73=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551649 is #AAE9B6. Grayscale: #2E2E2E. Windows color (decimal): -11200951 or 4789845. OLE color: 4789845.

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

Color convert

RGB852273-
CMYK00.740.140.67
HSL311.43º58.88%20.98%-
HSV(B)311.43º74.12%33.33%-
XYZ5.242.996.6-
YUV46.65142.87155.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=47.22%
G=12.22%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85227300.740.140.67311.4358.8820.98
Hex55164904AE431373b15
Octal125261110112161034677325
Binary1010101101101001001010010101110100001110011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551649; }

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

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

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

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

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

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

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

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