#54313D

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

Shades of Wine Berry #54313D

Tints of Wine Berry #54313D

Color information

#54313D (or 0x54313D) is unknown color: approx Wine Berry. HEX triplet: 54, 31 and 3D. RGB value is (84,49,61). Sum of RGB (Red+Green+Blue) = 84+49+61=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54313D is #ABCEC2. Grayscale: #3C3C3C. Windows color (decimal): -11259587 or 4010324. OLE color: 4010324.

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

Color convert

RGB844961-
CMYK00.420.270.67
HSL339.43º26.32%26.08%-
HSV(B)339.43º41.67%32.94%-
XYZ5.64.424.97-
YUV60.83128.1144.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=43.30%
G=25.26%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84496100.420.270.67339.4326.3226.08
Hex54313D02A1B431531a1a
Octal1246175052331035233232
Binary101010011000111110101010101101110000111010100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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