#542A31

Color #542A31 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #542A31

Tints of Wine Berry #542A31

Color information

#542A31 (or 0x542A31) is unknown color: approx Wine Berry. HEX triplet: 54, 2A and 31. RGB value is (84,42,49). Sum of RGB (Red+Green+Blue) = 84+42+49=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A31 is #ABD5CE. Grayscale: #373737. Windows color (decimal): -11261391 or 3222100. OLE color: 3222100.

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

Color convert

RGB844249-
CMYK00.50.420.67
HSL350º33.33%24.71%-
HSV(B)350º50%32.94%-
XYZ5.043.763.37-
YUV55.36124.41148.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 49 (19.53% from 255) = 28%
R=48%
G=24%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84424900.50.420.6735033.3324.71
Hex542A310322A4315e2119
Octal1245261062521035364131
Binary10101001010101100010110010101010100001110101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,49); }

 H1.HeaderClassName
 {
   color: #542A31;
 }
 .AnyTagClassName
 {
   color: #542A31;
 }
</style>
background-color css

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

 a { background-color: rgb(84,42,49); }

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

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

 span { border-color: rgb(84,42,49); }

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