Html Css Color HEX #551E49 Loulou

📋 copy color: '#551E49'

red 85 ◦ green 30 ◦ blue 73

#551E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #551E49

Tints of Loulou #551E49

RGB

 RED value IS 85 (33.59% from 255) = 45.21%

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 45.21%
G = 15.96%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#551E49 (or 0x551E49) is known color: Loulou. HEX triplet: 55, 1E and 49. RGB value is (85,30,73). Sum of RGB (Red+Green+Blue) = 85+30+73=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E49 is #AAE1B6. Grayscale: #333333. Windows color (decimal): -11198903 or 4791893. OLE color: 4791893.

HSL color Cylindrical-coordinate representation of color #551E49: hue angle of 313.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E49 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 73 -
CMYK 0 0.65 0.14 0.67
HSL 313.09º 0.48% 0.23% -
HSV(B) 313.09º 0.65% 0.33% -
XYZ 5.41 3.34 6.66 -
YUV 51.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 85 30 73 0 0.65 0.14 0.67 313.09 0.48 0.23
Hex 55 1E 49 0 41 E 43 139 30 17
Octal 125 36 111 0 101 16 103 471 60 27
Binary 1010101 11110 1001001 0 1000001 1110 1000011 100111001 110000 10111

Color Harmonies of #551E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E49

Black with #551E49

Text Example


Text Example

White with #551E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,73); }

 H1.HeaderClassName
 {
   color: #551E49;
 }
 .AnyTagClassName
 {
   color: #551E49;
 }
</style>

background-color css

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

 a { background-color: rgb(85,30,73); }

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

border-color css

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

 span { border-color: rgb(85,30,73); }

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