#54313E

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

Shades of Wine Berry #54313E

Tints of Wine Berry #54313E

Color information

#54313E (or 0x54313E) is unknown color: approx Wine Berry. HEX triplet: 54, 31 and 3E. RGB value is (84,49,62). Sum of RGB (Red+Green+Blue) = 84+49+62=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54313E is #ABCEC1. Grayscale: #3C3C3C. Windows color (decimal): -11259586 or 4075860. OLE color: 4075860.

HSL color Cylindrical-coordinate representation of color #54313E: hue angle of 337.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54313E is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB844962-
CMYK00.420.260.67
HSL337.71º26.32%26.08%-
HSV(B)337.71º41.67%32.94%-
XYZ5.624.435.12-
YUV60.95128.6144.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=43.08%
G=25.13%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84496200.420.260.67337.7126.3226.08
Hex54313E02A1A431521a1a
Octal1246176052321035223232
Binary101010011000111111001010101101010000111010100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54313E; }

 p { color: rgb(84,49,62); }

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

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

 a { background-color: rgb(84,49,62); }

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

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

 span { border-color: rgb(84,49,62); }

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