#52353C

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

Shades of Wine Berry #52353C

Tints of Wine Berry #52353C

Color information

#52353C (or 0x52353C) is unknown color: approx Wine Berry. HEX triplet: 52, 35 and 3C. RGB value is (82,53,60). Sum of RGB (Red+Green+Blue) = 82+53+60=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353C is #ADCAC3. Grayscale: #3E3E3E. Windows color (decimal): -11389636 or 3945810. OLE color: 3945810.

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

Color convert

RGB825360-
CMYK00.350.270.68
HSL345.52º21.48%26.47%-
HSV(B)345.52º35.37%32.16%-
XYZ5.574.674.88-
YUV62.47126.61141.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=42.05%
G=27.18%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82536000.350.270.68345.5221.4826.47
Hex52353C0231B4415a151a
Octal1226574043331045322532
Binary101001011010111110001000111101110001001010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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