#52373F

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

Shades of Wine Berry #52373F

Tints of Wine Berry #52373F

Color information

#52373F (or 0x52373F) is unknown color: approx Wine Berry. HEX triplet: 52, 37 and 3F. RGB value is (82,55,63). Sum of RGB (Red+Green+Blue) = 82+55+63=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373F is #ADC8C0. Grayscale: #3F3F3F. Windows color (decimal): -11389121 or 4142930. OLE color: 4142930.

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

Color convert

RGB825563-
CMYK00.330.230.68
HSL342.22º19.71%26.86%-
HSV(B)342.22º32.93%32.16%-
XYZ5.744.895.34-
YUV63.98127.45140.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=41%
G=27.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82556300.330.230.68342.2219.7126.86
Hex52373F0211744156141b
Octal1226777041271045262433
Binary101001011011111111101000011011110001001010101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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