Html Css Color HEX #541F49 Loulou

📋 copy color: '#541F49'

red 84 ◦ green 31 ◦ blue 73

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

Shades of Loulou #541F49

Tints of Loulou #541F49

RGB

 RED value IS 84 (33.2% from 255) = 44.68%

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

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

R = 44.68%
G = 16.49%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541F49 (or 0x541F49) is known color: Loulou. HEX triplet: 54, 1F and 49. RGB value is (84,31,73). Sum of RGB (Red+Green+Blue) = 84+31+73=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #541F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F49 is #ABE0B6. Grayscale: #333333. Windows color (decimal): -11264183 or 4792148. OLE color: 4792148.

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

Color convert

RGB 84 31 73 -
CMYK 0 0.63 0.13 0.67
HSL 312.45º 0.46% 0.23% -
HSV(B) 312.45º 0.63% 0.33% -
XYZ 5.35 3.35 6.67 -
YUV 51.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 84 31 73 0 0.63 0.13 0.67 312.45 0.46 0.23
Hex 54 1F 49 0 3F D 43 138 2E 17
Octal 124 37 111 0 77 15 103 470 56 27
Binary 1010100 11111 1001001 0 111111 1101 1000011 100111000 101110 10111

Color Harmonies of #541F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F49

Black with #541F49

Text Example


Text Example

White with #541F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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