#551847

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

Shades of Loulou #551847

Tints of Loulou #551847

Color information

#551847 (or 0x551847) is unknown color: approx Loulou. HEX triplet: 55, 18 and 47. RGB value is (85,24,71). Sum of RGB (Red+Green+Blue) = 85+24+71=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551847 is #AAE7B8. Grayscale: #2F2F2F. Windows color (decimal): -11200441 or 4659285. OLE color: 4659285.

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

Color convert

RGB852471-
CMYK00.720.160.67
HSL313.77º55.96%21.37%-
HSV(B)313.77º71.76%33.33%-
XYZ5.213.046.27-
YUV47.6141.21154.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=47.22%
G=13.33%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85247100.720.160.67313.7755.9621.37
Hex551847048104313a3815
Octal125301070110201034727025
Binary10101011100010001110100100010000100001110011101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551847; }

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

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

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

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

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

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

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

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