#52363D

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

Shades of Wine Berry #52363D

Tints of Wine Berry #52363D

Color information

#52363D (or 0x52363D) is unknown color: approx Wine Berry. HEX triplet: 52, 36 and 3D. RGB value is (82,54,61). Sum of RGB (Red+Green+Blue) = 82+54+61=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52363D is #ADC9C2. Grayscale: #3F3F3F. Windows color (decimal): -11389379 or 4011602. OLE color: 4011602.

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

Color convert

RGB825461-
CMYK00.340.260.68
HSL345º20.59%26.67%-
HSV(B)345º34.15%32.16%-
XYZ5.644.775.04-
YUV63.17126.78141.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=41.62%
G=27.41%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82546100.340.260.6834520.5926.67
Hex52363D0221A44159151b
Octal1226675042321045312533
Binary101001011011011110101000101101010001001010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52363D; }

 p { color: rgb(82,54,61); }

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

<style>
 a { background-color: #52363D; }

 a { background-color: rgb(82,54,61); }

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

<style>
 span { border-color: #52363D; }

 span { border-color: rgb(82,54,61); }

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