#52353E

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

Shades of Wine Berry #52353E

Tints of Wine Berry #52353E

Color information

#52353E (or 0x52353E) is unknown color: approx Wine Berry. HEX triplet: 52, 35 and 3E. RGB value is (82,53,62). Sum of RGB (Red+Green+Blue) = 82+53+62=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353E is #ADCAC1. Grayscale: #3E3E3E. Windows color (decimal): -11389634 or 4076882. OLE color: 4076882.

HSL color Cylindrical-coordinate representation of color #52353E: hue angle of 341.38º 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 #52353E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB825362-
CMYK00.350.240.68
HSL341.38º21.48%26.47%-
HSV(B)341.38º35.37%32.16%-
XYZ5.624.695.17-
YUV62.7127.61141.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=41.62%
G=26.90%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82536200.350.240.68341.3821.4826.47
Hex52353E0231844155151a
Octal1226576043301045252532
Binary101001011010111111001000111100010001001010101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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