#542D33

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

Shades of Wine Berry #542D33

Tints of Wine Berry #542D33

Color information

#542D33 (or 0x542D33) is unknown color: approx Wine Berry. HEX triplet: 54, 2D and 33. RGB value is (84,45,51). Sum of RGB (Red+Green+Blue) = 84+45+51=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #542D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D33 is #ABD2CC. Grayscale: #393939. Windows color (decimal): -11260621 or 3353940. OLE color: 3353940.

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

Color convert

RGB844551-
CMYK00.460.390.67
HSL350.77º30.23%25.29%-
HSV(B)350.77º46.43%32.94%-
XYZ5.1943.63-
YUV57.34124.42147.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=46.67%
G=25%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84455100.460.390.67350.7730.2325.29
Hex542D3302E274315f1e19
Octal1245563056471035373631
Binary1010100101101110011010111010011110000111010111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,45,51); }

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

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

 a { background-color: rgb(84,45,51); }

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

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

 span { border-color: rgb(84,45,51); }

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