#52373C

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

Shades of Wine Berry #52373C

Tints of Wine Berry #52373C

Color information

#52373C (or 0x52373C) is unknown color: approx Wine Berry. HEX triplet: 52, 37 and 3C. RGB value is (82,55,60). Sum of RGB (Red+Green+Blue) = 82+55+60=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373C is #ADC8C3. Grayscale: #3F3F3F. Windows color (decimal): -11389124 or 3946322. OLE color: 3946322.

HSL color Cylindrical-coordinate representation of color #52373C: hue angle of 348.89º 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 #52373C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB825560-
CMYK00.330.270.68
HSL348.89º19.71%26.86%-
HSV(B)348.89º32.93%32.16%-
XYZ5.664.854.91-
YUV63.64125.95141.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=41.62%
G=27.92%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82556000.330.270.68348.8919.7126.86
Hex52373C0211B4415d141b
Octal1226774041331045352433
Binary101001011011111110001000011101110001001010111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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