#52323C

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

Shades of Wine Berry #52323C

Tints of Wine Berry #52323C

Color information

#52323C (or 0x52323C) is unknown color: approx Wine Berry. HEX triplet: 52, 32 and 3C. RGB value is (82,50,60). Sum of RGB (Red+Green+Blue) = 82+50+60=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52323C is #ADCDC3. Grayscale: #3C3C3C. Windows color (decimal): -11390404 or 3945042. OLE color: 3945042.

HSL color Cylindrical-coordinate representation of color #52323C: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52323C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB825060-
CMYK00.390.270.68
HSL341.25º24.24%25.88%-
HSV(B)341.25º39.02%32.16%-
XYZ5.444.44.84-
YUV60.71127.6143.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=42.71%
G=26.04%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82506000.390.270.68341.2524.2425.88
Hex52323C0271B44155181a
Octal1226274047331045253032
Binary101001011001011110001001111101110001001010101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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