#54313B

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

Shades of Wine Berry #54313B

Tints of Wine Berry #54313B

Color information

#54313B (or 0x54313B) is unknown color: approx Wine Berry. HEX triplet: 54, 31 and 3B. RGB value is (84,49,59). Sum of RGB (Red+Green+Blue) = 84+49+59=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54313B is #ABCEC4. Grayscale: #3C3C3C. Windows color (decimal): -11259589 or 3879252. OLE color: 3879252.

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

Color convert

RGB844959-
CMYK00.420.300.67
HSL342.86º26.32%26.08%-
HSV(B)342.86º41.67%32.94%-
XYZ5.544.44.69-
YUV60.6127.1144.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=43.75%
G=25.52%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84495900.420.300.67342.8626.3226.08
Hex54313B02A1E431571a1a
Octal1246173052361035273232
Binary101010011000111101101010101111010000111010101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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