Html Css Color HEX #542847 Loulou

📋 copy color: '#542847'

red 84 ◦ green 40 ◦ blue 71

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

Shades of Loulou #542847

Tints of Loulou #542847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 43.08%
G = 20.51%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#542847 (or 0x542847) is known color: Loulou. HEX triplet: 54, 28 and 47. RGB value is (84,40,71). Sum of RGB (Red+Green+Blue) = 84+40+71=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542847 is #ABD7B8. Grayscale: #383838. Windows color (decimal): -11261881 or 4663380. OLE color: 4663380.

HSL color Cylindrical-coordinate representation of color #542847: hue angle of 317.73º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542847 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 40 71 -
CMYK 0 0.52 0.15 0.67
HSL 317.73º 0.35% 0.24% -
HSV(B) 317.73º 0.52% 0.33% -
XYZ 5.55 3.86 6.41 -
YUV 56.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 84 40 71 0 0.52 0.15 0.67 317.73 0.35 0.24
Hex 54 28 47 0 34 F 43 13E 23 18
Octal 124 50 107 0 64 17 103 476 43 30
Binary 1010100 101000 1000111 0 110100 1111 1000011 100111110 100011 11000

Color Harmonies of #542847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542847

Black with #542847

Text Example


Text Example

White with #542847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542847; }

 p { color: rgb(84,40,71); }

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

background-color css

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

 a { background-color: rgb(84,40,71); }

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

border-color css

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

 span { border-color: rgb(84,40,71); }

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