#542A30

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

Shades of Wine Berry #542A30

Tints of Wine Berry #542A30

Color information

#542A30 (or 0x542A30) is unknown color: approx Wine Berry. HEX triplet: 54, 2A and 30. RGB value is (84,42,48). Sum of RGB (Red+Green+Blue) = 84+42+48=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #542A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A30 is #ABD5CF. Grayscale: #373737. Windows color (decimal): -11261392 or 3156564. OLE color: 3156564.

HSL color Cylindrical-coordinate representation of color #542A30: hue angle of 351.43º 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 #542A30 is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB844248-
CMYK00.50.430.67
HSL351.43º33.33%24.71%-
HSV(B)351.43º50%32.94%-
XYZ5.023.753.26-
YUV55.24123.91148.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=48.28%
G=24.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84424800.50.430.67351.4333.3324.71
Hex542A300322B4315f2119
Octal1245260062531035374131
Binary10101001010101100000110010101011100001110101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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