Html Css Color HEX #551F49 Loulou

📋 copy color: '#551F49'

red 85 ◦ green 31 ◦ blue 73

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

Shades of Loulou #551F49

Tints of Loulou #551F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.4%

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

R = 44.97%
G = 16.4%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#551F49 (or 0x551F49) is known color: Loulou. HEX triplet: 55, 1F and 49. RGB value is (85,31,73). Sum of RGB (Red+Green+Blue) = 85+31+73=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F49 is #AAE0B6. Grayscale: #333333. Windows color (decimal): -11198647 or 4792149. OLE color: 4792149.

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

Color convert

RGB 85 31 73 -
CMYK 0 0.64 0.14 0.67
HSL 313.33º 0.47% 0.23% -
HSV(B) 313.33º 0.64% 0.33% -
XYZ 5.44 3.39 6.67 -
YUV 51.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 85 31 73 0 0.64 0.14 0.67 313.33 0.47 0.23
Hex 55 1F 49 0 40 E 43 139 2F 17
Octal 125 37 111 0 100 16 103 471 57 27
Binary 1010101 11111 1001001 0 1000000 1110 1000011 100111001 101111 10111

Color Harmonies of #551F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F49

Black with #551F49

Text Example


Text Example

White with #551F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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