#53343B

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

Shades of Wine Berry #53343B

Tints of Wine Berry #53343B

Color information

#53343B (or 0x53343B) is unknown color: approx Wine Berry. HEX triplet: 53, 34 and 3B. RGB value is (83,52,59). Sum of RGB (Red+Green+Blue) = 83+52+59=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343B is #ACCBC4. Grayscale: #3E3E3E. Windows color (decimal): -11324357 or 3880019. OLE color: 3880019.

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

Color convert

RGB835259-
CMYK00.370.290.67
HSL346.45º22.96%26.47%-
HSV(B)346.45º37.35%32.55%-
XYZ5.584.614.73-
YUV62.07126.27142.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=42.78%
G=26.80%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83525900.370.290.67346.4522.9626.47
Hex53343B0251D4315a171a
Octal1236473045351035322732
Binary101001111010011101101001011110110000111010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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