Html Css Color HEX #541749 Loulou

📋 copy color: '#541749'

red 84 ◦ green 23 ◦ blue 73

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

Shades of Loulou #541749

Tints of Loulou #541749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

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

R = 46.67%
G = 12.78%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541749 (or 0x541749) is known color: Loulou. HEX triplet: 54, 17 and 49. RGB value is (84,23,73). Sum of RGB (Red+Green+Blue) = 84+23+73=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #541749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541749 is #ABE8B6. Grayscale: #2E2E2E. Windows color (decimal): -11266231 or 4790100. OLE color: 4790100.

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

Color convert

RGB 84 23 73 -
CMYK 0 0.73 0.13 0.67
HSL 310.82º 0.57% 0.21% -
HSV(B) 310.82º 0.73% 0.33% -
XYZ 5.17 2.98 6.61 -
YUV 46.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 84 23 73 0 0.73 0.13 0.67 310.82 0.57 0.21
Hex 54 17 49 0 49 D 43 137 39 15
Octal 124 27 111 0 111 15 103 467 71 25
Binary 1010100 10111 1001001 0 1001001 1101 1000011 100110111 111001 10101

Color Harmonies of #541749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541749

Black with #541749

Text Example


Text Example

White with #541749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541749; }

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

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

background-color css

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

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

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

border-color css

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

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

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