Html Css Color HEX #543246 Loulou

📋 copy color: '#543246'

red 84 ◦ green 50 ◦ blue 70

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

Shades of Loulou #543246

Tints of Loulou #543246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 41.18%
G = 24.51%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#543246 (or 0x543246) is known color: Loulou. HEX triplet: 54, 32 and 46. RGB value is (84,50,70). Sum of RGB (Red+Green+Blue) = 84+50+70=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #543246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543246 is #ABCDB9. Grayscale: #3E3E3E. Windows color (decimal): -11259322 or 4600404. OLE color: 4600404.

HSL color Cylindrical-coordinate representation of color #543246: hue angle of 324.71º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #543246 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 50 70 -
CMYK 0 0.40 0.17 0.67
HSL 324.71º 0.25% 0.26% -
HSV(B) 324.71º 0.4% 0.33% -
XYZ 5.9 4.61 6.37 -
YUV 62.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 84 50 70 0 0.40 0.17 0.67 324.71 0.25 0.26
Hex 54 32 46 0 28 11 43 145 19 1A
Octal 124 62 106 0 50 21 103 505 31 32
Binary 1010100 110010 1000110 0 101000 10001 1000011 101000101 11001 11010

Color Harmonies of #543246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543246

Black with #543246

Text Example


Text Example

White with #543246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543246; }

 p { color: rgb(84,50,70); }

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

background-color css

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

 a { background-color: rgb(84,50,70); }

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

border-color css

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

 span { border-color: rgb(84,50,70); }

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