Html Css Color HEX #541B49 Loulou

📋 copy color: '#541B49'

red 84 ◦ green 27 ◦ blue 73

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

Shades of Loulou #541B49

Tints of Loulou #541B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.67%

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

R = 45.65%
G = 14.67%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541B49 (or 0x541B49) is known color: Loulou. HEX triplet: 54, 1B and 49. RGB value is (84,27,73). Sum of RGB (Red+Green+Blue) = 84+27+73=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #541B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B49 is #ABE4B6. Grayscale: #313131. Windows color (decimal): -11265207 or 4791124. OLE color: 4791124.

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

Color convert

RGB 84 27 73 -
CMYK 0 0.68 0.13 0.67
HSL 311.58º 0.51% 0.22% -
HSV(B) 311.58º 0.68% 0.33% -
XYZ 5.25 3.15 6.63 -
YUV 49.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 84 27 73 0 0.68 0.13 0.67 311.58 0.51 0.22
Hex 54 1B 49 0 44 D 43 138 33 16
Octal 124 33 111 0 104 15 103 470 63 26
Binary 1010100 11011 1001001 0 1000100 1101 1000011 100111000 110011 10110

Color Harmonies of #541B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B49

Black with #541B49

Text Example


Text Example

White with #541B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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