#542B31

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

Shades of Wine Berry #542B31

Tints of Wine Berry #542B31

Color information

#542B31 (or 0x542B31) is unknown color: approx Wine Berry. HEX triplet: 54, 2B and 31. RGB value is (84,43,49). Sum of RGB (Red+Green+Blue) = 84+43+49=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #542B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B31 is #ABD4CE. Grayscale: #373737. Windows color (decimal): -11261135 or 3222356. OLE color: 3222356.

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

Color convert

RGB844349-
CMYK00.490.420.67
HSL351.22º32.28%24.9%-
HSV(B)351.22º48.81%32.94%-
XYZ5.073.833.38-
YUV55.94124.08148.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 43 (17.19% from 255) = 24.43%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=47.73%
G=24.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84434900.490.420.67351.2232.2824.9
Hex542B310312A4315f2019
Octal1245361061521035374031
Binary10101001010111100010110001101010100001110101111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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