Html Css Color HEX #542B49 Loulou

📋 copy color: '#542B49'

red 84 ◦ green 43 ◦ blue 73

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

Shades of Loulou #542B49

Tints of Loulou #542B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

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

R = 42%
G = 21.5%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#542B49 (or 0x542B49) is known color: Loulou. HEX triplet: 54, 2B and 49. RGB value is (84,43,73). Sum of RGB (Red+Green+Blue) = 84+43+73=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #542B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B49 is #ABD4B6. Grayscale: #3A3A3A. Windows color (decimal): -11261111 or 4795220. OLE color: 4795220.

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

Color convert

RGB 84 43 73 -
CMYK 0 0.49 0.13 0.67
HSL 316.1º 0.32% 0.25% -
HSV(B) 316.1º 0.49% 0.33% -
XYZ 5.72 4.09 6.79 -
YUV 58.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 84 43 73 0 0.49 0.13 0.67 316.1 0.32 0.25
Hex 54 2B 49 0 31 D 43 13C 20 19
Octal 124 53 111 0 61 15 103 474 40 31
Binary 1010100 101011 1001001 0 110001 1101 1000011 100111100 100000 11001

Color Harmonies of #542B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542B49

Black with #542B49

Text Example


Text Example

White with #542B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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