Html Css Color HEX #542243 Loulou

📋 copy color: '#542243'

red 84 ◦ green 34 ◦ blue 67

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

Shades of Loulou #542243

Tints of Loulou #542243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 45.41%
G = 18.38%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#542243 (or 0x542243) is known color: Loulou. HEX triplet: 54, 22 and 43. RGB value is (84,34,67). Sum of RGB (Red+Green+Blue) = 84+34+67=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #542243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542243 is #ABDDBC. Grayscale: #343434. Windows color (decimal): -11263421 or 4399700. OLE color: 4399700.

HSL color Cylindrical-coordinate representation of color #542243: hue angle of 320.4º 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 #542243 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 34 67 -
CMYK 0 0.60 0.20 0.67
HSL 320.4º 0.42% 0.23% -
HSV(B) 320.4º 0.6% 0.33% -
XYZ 5.24 3.43 5.7 -
YUV 52.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 84 34 67 0 0.60 0.20 0.67 320.4 0.42 0.23
Hex 54 22 43 0 3C 14 43 140 2A 17
Octal 124 42 103 0 74 24 103 500 52 27
Binary 1010100 100010 1000011 0 111100 10100 1000011 101000000 101010 10111

Color Harmonies of #542243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542243

Black with #542243

Text Example


Text Example

White with #542243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542243; }

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

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

background-color css

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

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

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

border-color css

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

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

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