Html Css Color HEX #542249 Loulou

📋 copy color: '#542249'

red 84 ◦ green 34 ◦ blue 73

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

Shades of Loulou #542249

Tints of Loulou #542249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

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

R = 43.98%
G = 17.8%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#542249 (or 0x542249) is known color: Loulou. HEX triplet: 54, 22 and 49. RGB value is (84,34,73). Sum of RGB (Red+Green+Blue) = 84+34+73=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #542249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542249 is #ABDDB6. Grayscale: #353535. Windows color (decimal): -11263415 or 4792916. OLE color: 4792916.

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

Color convert

RGB 84 34 73 -
CMYK 0 0.60 0.13 0.67
HSL 313.2º 0.42% 0.23% -
HSV(B) 313.2º 0.6% 0.33% -
XYZ 5.43 3.51 6.69 -
YUV 53.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 84 34 73 0 0.60 0.13 0.67 313.2 0.42 0.23
Hex 54 22 49 0 3C D 43 139 2A 17
Octal 124 42 111 0 74 15 103 471 52 27
Binary 1010100 100010 1001001 0 111100 1101 1000011 100111001 101010 10111

Color Harmonies of #542249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542249

Black with #542249

Text Example


Text Example

White with #542249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542249; }

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

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

background-color css

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

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

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

border-color css

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

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

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