Html Css Color HEX #542E49 Loulou

📋 copy color: '#542E49'

red 84 ◦ green 46 ◦ blue 73

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

Shades of Loulou #542E49

Tints of Loulou #542E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.66%

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

R = 41.38%
G = 22.66%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#542E49 (or 0x542E49) is known color: Loulou. HEX triplet: 54, 2E and 49. RGB value is (84,46,73). Sum of RGB (Red+Green+Blue) = 84+46+73=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #542E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E49 is #ABD1B6. Grayscale: #3C3C3C. Windows color (decimal): -11260343 or 4795988. OLE color: 4795988.

HSL color Cylindrical-coordinate representation of color #542E49: hue angle of 317.37º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E49 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 46 73 -
CMYK 0 0.45 0.13 0.67
HSL 317.37º 0.29% 0.25% -
HSV(B) 317.37º 0.45% 0.33% -
XYZ 5.84 4.32 6.83 -
YUV 60.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 84 46 73 0 0.45 0.13 0.67 317.37 0.29 0.25
Hex 54 2E 49 0 2D D 43 13D 1D 19
Octal 124 56 111 0 55 15 103 475 35 31
Binary 1010100 101110 1001001 0 101101 1101 1000011 100111101 11101 11001

Color Harmonies of #542E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542E49

Black with #542E49

Text Example


Text Example

White with #542E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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