Html Css Color HEX #542A30 Wine Berry

📋 copy color: '#542A30'

red 84 ◦ green 42 ◦ blue 48

#542A30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #542A30

Tints of Wine Berry #542A30

RGB

 RED value IS 84 (33.2% from 255) = 48.28%

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#542A30 (or 0x542A30) is known color: 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

RGB 84 42 48 -
CMYK 0 0.5 0.43 0.67
HSL 351.43º 0.33% 0.25% -
HSV(B) 351.43º 0.5% 0.33% -
XYZ 5.02 3.75 3.26 -
YUV 55.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 84 42 48 0 0.5 0.43 0.67 351.43 0.33 0.25
Hex 54 2A 30 0 32 2B 43 15F 21 19
Octal 124 52 60 0 62 53 103 537 41 31
Binary 1010100 101010 110000 0 110010 101011 1000011 101011111 100001 11001

Color Harmonies of #542A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542A30

Black with #542A30

Text Example


Text Example

White with #542A30

Text Example


Text Example

HTML Codes & Css Web 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>