Html Css Color HEX #551E45 Loulou

📋 copy color: '#551E45'

red 85 ◦ green 30 ◦ blue 69

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

Shades of Loulou #551E45

Tints of Loulou #551E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 46.2%
G = 16.3%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551E45 (or 0x551E45) is known color: Loulou. HEX triplet: 55, 1E and 45. RGB value is (85,30,69). Sum of RGB (Red+Green+Blue) = 85+30+69=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E45 is #AAE1BA. Grayscale: #323232. Windows color (decimal): -11198907 or 4529749. OLE color: 4529749.

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

Color convert

RGB 85 30 69 -
CMYK 0 0.65 0.19 0.67
HSL 317.45º 0.48% 0.23% -
HSV(B) 317.45º 0.65% 0.33% -
XYZ 5.28 3.29 5.99 -
YUV 50.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 85 30 69 0 0.65 0.19 0.67 317.45 0.48 0.23
Hex 55 1E 45 0 41 13 43 13D 30 17
Octal 125 36 105 0 101 23 103 475 60 27
Binary 1010101 11110 1000101 0 1000001 10011 1000011 100111101 110000 10111

Color Harmonies of #551E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E45

Black with #551E45

Text Example


Text Example

White with #551E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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