#551C4A

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

Shades of Loulou #551C4A

Tints of Loulou #551C4A

Color information

#551C4A (or 0x551C4A) is unknown color: approx Loulou. HEX triplet: 55, 1C and 4A. RGB value is (85,28,74). Sum of RGB (Red+Green+Blue) = 85+28+74=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #551C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C4A is #AAE3B5. Grayscale: #323232. Windows color (decimal): -11199414 or 4856917. OLE color: 4856917.

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

Color convert

RGB852874-
CMYK00.670.130.67
HSL311.58º50.44%22.16%-
HSV(B)311.58º67.06%33.33%-
XYZ5.43.266.82-
YUV50.29141.38152.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=45.45%
G=14.97%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85287400.670.130.67311.5850.4422.16
Hex551C4A043D431383216
Octal125341120103151034706226
Binary1010101111001001010010000111101100001110011100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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