#53343F

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

Shades of Wine Berry #53343F

Tints of Wine Berry #53343F

Color information

#53343F (or 0x53343F) is unknown color: approx Wine Berry. HEX triplet: 53, 34 and 3F. RGB value is (83,52,63). Sum of RGB (Red+Green+Blue) = 83+52+63=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343F is #ACCBC0. Grayscale: #3E3E3E. Windows color (decimal): -11324353 or 4142163. OLE color: 4142163.

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

Color convert

RGB835263-
CMYK00.370.240.67
HSL338.71º22.96%26.47%-
HSV(B)338.71º37.35%32.55%-
XYZ5.694.655.3-
YUV62.52128.27142.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 63 (25% from 255) = 31.82%
R=41.92%
G=26.26%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83526300.370.240.67338.7122.9626.47
Hex53343F0251843153171a
Octal1236477045301035232732
Binary101001111010011111101001011100010000111010100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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