Html Css Color HEX #542349 Loulou

📋 copy color: '#542349'

red 84 ◦ green 35 ◦ blue 73

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

Shades of Loulou #542349

Tints of Loulou #542349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 43.75%
G = 18.23%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#542349 (or 0x542349) is known color: Loulou. HEX triplet: 54, 23 and 49. RGB value is (84,35,73). Sum of RGB (Red+Green+Blue) = 84+35+73=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #542349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542349 is #ABDCB6. Grayscale: #353535. Windows color (decimal): -11263159 or 4793172. OLE color: 4793172.

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

Color convert

RGB 84 35 73 -
CMYK 0 0.58 0.13 0.67
HSL 313.47º 0.41% 0.23% -
HSV(B) 313.47º 0.58% 0.33% -
XYZ 5.46 3.57 6.7 -
YUV 53.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 84 35 73 0 0.58 0.13 0.67 313.47 0.41 0.23
Hex 54 23 49 0 3A D 43 139 29 17
Octal 124 43 111 0 72 15 103 471 51 27
Binary 1010100 100011 1001001 0 111010 1101 1000011 100111001 101001 10111

Color Harmonies of #542349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542349

Black with #542349

Text Example


Text Example

White with #542349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542349; }

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

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

background-color css

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

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

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

border-color css

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

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

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