#54313A

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

Shades of Wine Berry #54313A

Tints of Wine Berry #54313A

Color information

#54313A (or 0x54313A) is unknown color: approx Wine Berry. HEX triplet: 54, 31 and 3A. RGB value is (84,49,58). Sum of RGB (Red+Green+Blue) = 84+49+58=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #54313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54313A is #ABCEC5. Grayscale: #3C3C3C. Windows color (decimal): -11259590 or 3813716. OLE color: 3813716.

HSL color Cylindrical-coordinate representation of color #54313A: hue angle of 344.57º 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 #54313A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB844958-
CMYK00.420.310.67
HSL344.57º26.32%26.08%-
HSV(B)344.57º41.67%32.94%-
XYZ5.524.394.56-
YUV60.49126.6144.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=43.98%
G=25.65%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84495800.420.310.67344.5726.3226.08
Hex54313A02A1F431591a1a
Octal1246172052371035313232
Binary101010011000111101001010101111110000111010110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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