#551946

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

Shades of Loulou #551946

Tints of Loulou #551946

Color information

#551946 (or 0x551946) is unknown color: approx Loulou. HEX triplet: 55, 19 and 46. RGB value is (85,25,70). Sum of RGB (Red+Green+Blue) = 85+25+70=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551946 is #AAE6B9. Grayscale: #2F2F2F. Windows color (decimal): -11200186 or 4594005. OLE color: 4594005.

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

Color convert

RGB852570-
CMYK00.710.180.67
HSL315º54.55%21.57%-
HSV(B)315º70.59%33.33%-
XYZ5.23.076.11-
YUV48.07140.38154.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=47.22%
G=13.89%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85257000.710.180.6731554.5521.57
Hex551946047124313b3716
Octal125311060107221034736726
Binary10101011100110001100100011110010100001110011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551946; }

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

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

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

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

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

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

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

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