#551C47

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

Shades of Loulou #551C47

Tints of Loulou #551C47

Color information

#551C47 (or 0x551C47) is unknown color: approx Loulou. HEX triplet: 55, 1C and 47. RGB value is (85,28,71). Sum of RGB (Red+Green+Blue) = 85+28+71=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C47 is #AAE3B8. Grayscale: #313131. Windows color (decimal): -11199417 or 4660309. OLE color: 4660309.

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

Color convert

RGB852871-
CMYK00.670.160.67
HSL314.74º50.44%22.16%-
HSV(B)314.74º67.06%33.33%-
XYZ5.33.226.3-
YUV49.94139.88153-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=46.20%
G=15.22%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85287100.670.160.67314.7450.4422.16
Hex551C47043104313b3216
Octal125341070103201034736226
Binary10101011110010001110100001110000100001110011101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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