#551D4A

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

Shades of Loulou #551D4A

Tints of Loulou #551D4A

Color information

#551D4A (or 0x551D4A) is unknown color: approx Loulou. HEX triplet: 55, 1D and 4A. RGB value is (85,29,74). Sum of RGB (Red+Green+Blue) = 85+29+74=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D4A is #AAE2B5. Grayscale: #323232. Windows color (decimal): -11199158 or 4857173. OLE color: 4857173.

HSL color Cylindrical-coordinate representation of color #551D4A: hue angle of 311.79º 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 #551D4A is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB852974-
CMYK00.660.130.67
HSL311.79º49.12%22.35%-
HSV(B)311.79º65.88%33.33%-
XYZ5.423.36.83-
YUV50.87141.05152.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=45.21%
G=15.43%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85297400.660.130.67311.7949.1222.35
Hex551D4A042D431383116
Octal125351120102151034706126
Binary1010101111011001010010000101101100001110011100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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