#52393F

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

Shades of Wine Berry #52393F

Tints of Wine Berry #52393F

Color information

#52393F (or 0x52393F) is unknown color: approx Wine Berry. HEX triplet: 52, 39 and 3F. RGB value is (82,57,63). Sum of RGB (Red+Green+Blue) = 82+57+63=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #52393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52393F is #ADC6C0. Grayscale: #414141. Windows color (decimal): -11388609 or 4143442. OLE color: 4143442.

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

Color convert

RGB825763-
CMYK00.300.230.68
HSL345.6º17.99%27.25%-
HSV(B)345.6º30.49%32.16%-
XYZ5.845.085.38-
YUV65.16126.78140.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 63 (25% from 255) = 31.19%
R=40.59%
G=28.22%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82576300.300.230.68345.617.9927.25
Hex52393F01E174415a121b
Octal1227177036271045322233
Binary10100101110011111110111101011110001001010110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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