#542930

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

Shades of Wine Berry #542930

Tints of Wine Berry #542930

Color information

#542930 (or 0x542930) is unknown color: approx Wine Berry. HEX triplet: 54, 29 and 30. RGB value is (84,41,48). Sum of RGB (Red+Green+Blue) = 84+41+48=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #542930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542930 is #ABD6CF. Grayscale: #363636. Windows color (decimal): -11261648 or 3156308. OLE color: 3156308.

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

Color convert

RGB844148-
CMYK00.510.430.67
HSL350.23º34.4%24.51%-
HSV(B)350.23º51.19%32.94%-
XYZ4.983.683.24-
YUV54.66124.25148.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=48.55%
G=23.70%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84414800.510.430.67350.2334.424.51
Hex5429300332B4315e2219
Octal1245160063531035364231
Binary10101001010011100000110011101011100001110101111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542930; }

 p { color: rgb(84,41,48); }

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

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

 a { background-color: rgb(84,41,48); }

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

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

 span { border-color: rgb(84,41,48); }

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