#53343D

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

Shades of Wine Berry #53343D

Tints of Wine Berry #53343D

Color information

#53343D (or 0x53343D) is unknown color: approx Wine Berry. HEX triplet: 53, 34 and 3D. RGB value is (83,52,61). Sum of RGB (Red+Green+Blue) = 83+52+61=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343D is #ACCBC2. Grayscale: #3E3E3E. Windows color (decimal): -11324355 or 4011091. OLE color: 4011091.

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

Color convert

RGB835261-
CMYK00.370.270.67
HSL342.58º22.96%26.47%-
HSV(B)342.58º37.35%32.55%-
XYZ5.644.635.01-
YUV62.29127.27142.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=42.35%
G=26.53%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526100.370.270.67342.5822.9626.47
Hex53343D0251B43157171a
Octal1236475045331035272732
Binary101001111010011110101001011101110000111010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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