#53373F

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

Shades of Wine Berry #53373F

Tints of Wine Berry #53373F

Color information

#53373F (or 0x53373F) is unknown color: approx Wine Berry. HEX triplet: 53, 37 and 3F. RGB value is (83,55,63). Sum of RGB (Red+Green+Blue) = 83+55+63=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53373F is #ACC8C0. Grayscale: #404040. Windows color (decimal): -11323585 or 4142931. OLE color: 4142931.

HSL color Cylindrical-coordinate representation of color #53373F: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53373F is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB835563-
CMYK00.340.240.67
HSL342.86º20.29%27.06%-
HSV(B)342.86º33.73%32.55%-
XYZ5.834.935.35-
YUV64.28127.28141.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 63 (25% from 255) = 31.34%
R=41.29%
G=27.36%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83556300.340.240.67342.8620.2927.06
Hex53373F0221843157141b
Octal1236777042301035272433
Binary101001111011111111101000101100010000111010101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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