Html Css Color HEX #541C49 Loulou

📋 copy color: '#541C49'

red 84 ◦ green 28 ◦ blue 73

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

Shades of Loulou #541C49

Tints of Loulou #541C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 45.41%
G = 15.14%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541C49 (or 0x541C49) is known color: Loulou. HEX triplet: 54, 1C and 49. RGB value is (84,28,73). Sum of RGB (Red+Green+Blue) = 84+28+73=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #541C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C49 is #ABE3B6. Grayscale: #313131. Windows color (decimal): -11264951 or 4791380. OLE color: 4791380.

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

Color convert

RGB 84 28 73 -
CMYK 0 0.67 0.13 0.67
HSL 311.79º 0.5% 0.22% -
HSV(B) 311.79º 0.67% 0.33% -
XYZ 5.27 3.2 6.64 -
YUV 49.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 84 28 73 0 0.67 0.13 0.67 311.79 0.5 0.22
Hex 54 1C 49 0 43 D 43 138 32 16
Octal 124 34 111 0 103 15 103 470 62 26
Binary 1010100 11100 1001001 0 1000011 1101 1000011 100111000 110010 10110

Color Harmonies of #541C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C49

Black with #541C49

Text Example


Text Example

White with #541C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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