#53343E

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

Shades of Wine Berry #53343E

Tints of Wine Berry #53343E

Color information

#53343E (or 0x53343E) is unknown color: approx Wine Berry. HEX triplet: 53, 34 and 3E. RGB value is (83,52,62). Sum of RGB (Red+Green+Blue) = 83+52+62=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343E is #ACCBC1. Grayscale: #3E3E3E. Windows color (decimal): -11324354 or 4076627. OLE color: 4076627.

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

Color convert

RGB835262-
CMYK00.370.250.67
HSL340.65º22.96%26.47%-
HSV(B)340.65º37.35%32.55%-
XYZ5.664.645.16-
YUV62.41127.77142.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=42.13%
G=26.40%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526200.370.250.67340.6522.9626.47
Hex53343E0251943155171a
Octal1236476045311035252732
Binary101001111010011111001001011100110000111010101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,52,62); }

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

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

 a { background-color: rgb(83,52,62); }

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

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

 span { border-color: rgb(83,52,62); }

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