#551C4D

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

Shades of Loulou #551C4D

Tints of Loulou #551C4D

Color information

#551C4D (or 0x551C4D) is unknown color: approx Loulou. HEX triplet: 55, 1C and 4D. RGB value is (85,28,77). Sum of RGB (Red+Green+Blue) = 85+28+77=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C4D is #AAE3B2. Grayscale: #323232. Windows color (decimal): -11199411 or 5053525. OLE color: 5053525.

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

Color convert

RGB852877-
CMYK00.670.090.67
HSL308.42º50.44%22.16%-
HSV(B)308.42º67.06%33.33%-
XYZ5.53.37.37-
YUV50.63142.88152.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=44.74%
G=14.74%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85287700.670.090.67308.4250.4422.16
Hex551C4D0439431343216
Octal125341150103111034646226
Binary1010101111001001101010000111001100001110011010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,77); }

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

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

 a { background-color: rgb(85,28,77); }

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

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

 span { border-color: rgb(85,28,77); }

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