#54353C

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

Shades of Wine Berry #54353C

Tints of Wine Berry #54353C

Color information

#54353C (or 0x54353C) is unknown color: approx Wine Berry. HEX triplet: 54, 35 and 3C. RGB value is (84,53,60). Sum of RGB (Red+Green+Blue) = 84+53+60=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54353C is #ABCAC3. Grayscale: #3F3F3F. Windows color (decimal): -11258564 or 3945812. OLE color: 3945812.

HSL color Cylindrical-coordinate representation of color #54353C: hue angle of 346.45º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54353C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB845360-
CMYK00.370.290.67
HSL346.45º22.63%26.86%-
HSV(B)346.45º36.9%32.94%-
XYZ5.744.764.89-
YUV63.07126.27142.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=42.64%
G=26.90%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84536000.370.290.67346.4522.6326.86
Hex54353C0251D4315a171b
Octal1246574045351035322733
Binary101010011010111110001001011110110000111010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54353C; }

 p { color: rgb(84,53,60); }

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

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

 a { background-color: rgb(84,53,60); }

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

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

 span { border-color: rgb(84,53,60); }

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