#551647

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

Shades of Loulou #551647

Tints of Loulou #551647

Color information

#551647 (or 0x551647) is unknown color: approx Loulou. HEX triplet: 55, 16 and 47. RGB value is (85,22,71). Sum of RGB (Red+Green+Blue) = 85+22+71=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551647 is #AAE9B8. Grayscale: #2E2E2E. Windows color (decimal): -11200953 or 4658773. OLE color: 4658773.

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

Color convert

RGB852271-
CMYK00.740.160.67
HSL313.33º58.88%20.98%-
HSV(B)313.33º74.12%33.33%-
XYZ5.172.966.26-
YUV46.42141.87155.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=47.75%
G=12.36%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85227100.740.160.67313.3358.8820.98
Hex55164704A10431393b15
Octal125261070112201034717325
Binary10101011011010001110100101010000100001110011100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551647; }

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

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

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

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

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

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

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

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