Html Css Color HEX #542E39 Wine Berry

📋 copy color: '#542E39'

red 84 ◦ green 46 ◦ blue 57

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

Shades of Wine Berry #542E39

Tints of Wine Berry #542E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 44.92%
G = 24.6%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#542E39 (or 0x542E39) is known color: Wine Berry. HEX triplet: 54, 2E and 39. RGB value is (84,46,57). Sum of RGB (Red+Green+Blue) = 84+46+57=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #542E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E39 is #ABD1C6. Grayscale: #3A3A3A. Windows color (decimal): -11260359 or 3747412. OLE color: 3747412.

HSL color Cylindrical-coordinate representation of color #542E39: hue angle of 342.63º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E39 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 46 57 -
CMYK 0 0.45 0.32 0.67
HSL 342.63º 0.29% 0.25% -
HSV(B) 342.63º 0.45% 0.33% -
XYZ 5.37 4.13 4.39 -
YUV 58.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 84 46 57 0 0.45 0.32 0.67 342.63 0.29 0.25
Hex 54 2E 39 0 2D 20 43 157 1D 19
Octal 124 56 71 0 55 40 103 527 35 31
Binary 1010100 101110 111001 0 101101 100000 1000011 101010111 11101 11001

Color Harmonies of #542E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542E39

Black with #542E39

Text Example


Text Example

White with #542E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542E39; }

 p { color: rgb(84,46,57); }

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

background-color css

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

 a { background-color: rgb(84,46,57); }

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

border-color css

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

 span { border-color: rgb(84,46,57); }

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