Html Css Color HEX #541349 Loulou

📋 copy color: '#541349'

red 84 ◦ green 19 ◦ blue 73

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

Shades of Loulou #541349

Tints of Loulou #541349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 47.73%
G = 10.8%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#541349 (or 0x541349) is known color: Loulou. HEX triplet: 54, 13 and 49. RGB value is (84,19,73). Sum of RGB (Red+Green+Blue) = 84+19+73=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #541349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541349 is #ABECB6. Grayscale: #2C2C2C. Windows color (decimal): -11267255 or 4789076. OLE color: 4789076.

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

Color convert

RGB 84 19 73 -
CMYK 0 0.77 0.13 0.67
HSL 310.15º 0.63% 0.2% -
HSV(B) 310.15º 0.77% 0.33% -
XYZ 5.09 2.83 6.58 -
YUV 44.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 84 19 73 0 0.77 0.13 0.67 310.15 0.63 0.2
Hex 54 13 49 0 4D D 43 136 3F 14
Octal 124 23 111 0 115 15 103 466 77 24
Binary 1010100 10011 1001001 0 1001101 1101 1000011 100110110 111111 10100

Color Harmonies of #541349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541349

Black with #541349

Text Example


Text Example

White with #541349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541349; }

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

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

background-color css

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

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

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

border-color css

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

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

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