#551D46

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

Shades of Loulou #551D46

Tints of Loulou #551D46

Color information

#551D46 (or 0x551D46) is unknown color: approx Loulou. HEX triplet: 55, 1D and 46. RGB value is (85,29,70). Sum of RGB (Red+Green+Blue) = 85+29+70=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D46 is #AAE2B9. Grayscale: #323232. Windows color (decimal): -11199162 or 4595029. OLE color: 4595029.

HSL color Cylindrical-coordinate representation of color #551D46: hue angle of 316.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D46 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB852970-
CMYK00.660.180.67
HSL316.07º49.12%22.35%-
HSV(B)316.07º65.88%33.33%-
XYZ5.293.256.14-
YUV50.42139.05152.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 29 (11.72% from 255) = 15.76%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=46.20%
G=15.76%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85297000.660.180.67316.0749.1222.35
Hex551D46042124313c3116
Octal125351060102221034746126
Binary10101011110110001100100001010010100001110011110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D46; }

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

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

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

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

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

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

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

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