#551648

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

Shades of Loulou #551648

Tints of Loulou #551648

Color information

#551648 (or 0x551648) is unknown color: approx Loulou. HEX triplet: 55, 16 and 48. RGB value is (85,22,72). Sum of RGB (Red+Green+Blue) = 85+22+72=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #551648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551648 is #AAE9B7. Grayscale: #2E2E2E. Windows color (decimal): -11200952 or 4724309. OLE color: 4724309.

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

Color convert

RGB852272-
CMYK00.740.150.67
HSL312.38º58.88%20.98%-
HSV(B)312.38º74.12%33.33%-
XYZ5.22.976.43-
YUV46.54142.37155.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=47.49%
G=12.29%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85227200.740.150.67312.3858.8820.98
Hex55164804AF431383b15
Octal125261100112171034707325
Binary1010101101101001000010010101111100001110011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551648; }

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

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

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

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

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

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

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

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