#53343A

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

Shades of Wine Berry #53343A

Tints of Wine Berry #53343A

Color information

#53343A (or 0x53343A) is unknown color: approx Wine Berry. HEX triplet: 53, 34 and 3A. RGB value is (83,52,58). Sum of RGB (Red+Green+Blue) = 83+52+58=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343A is #ACCBC5. Grayscale: #3D3D3D. Windows color (decimal): -11324358 or 3814483. OLE color: 3814483.

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

Color convert

RGB835258-
CMYK00.370.300.67
HSL348.39º22.96%26.47%-
HSV(B)348.39º37.35%32.55%-
XYZ5.564.64.6-
YUV61.95125.77143.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=43.01%
G=26.94%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83525800.370.300.67348.3922.9626.47
Hex53343A0251E4315c171a
Octal1236472045361035342732
Binary101001111010011101001001011111010000111010111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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