#551947

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

Shades of Loulou #551947

Tints of Loulou #551947

Color information

#551947 (or 0x551947) is unknown color: approx Loulou. HEX triplet: 55, 19 and 47. RGB value is (85,25,71). Sum of RGB (Red+Green+Blue) = 85+25+71=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551947 is #AAE6B8. Grayscale: #303030. Windows color (decimal): -11200185 or 4659541. OLE color: 4659541.

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

Color convert

RGB852571-
CMYK00.710.160.67
HSL314º54.55%21.57%-
HSV(B)314º70.59%33.33%-
XYZ5.233.086.28-
YUV48.18140.88154.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=46.96%
G=13.81%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85257100.710.160.6731454.5521.57
Hex551947047104313a3716
Octal125311070107201034726726
Binary10101011100110001110100011110000100001110011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551947; }

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

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

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

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

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

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

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

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