#52303D

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

Shades of Wine Berry #52303D

Tints of Wine Berry #52303D

Color information

#52303D (or 0x52303D) is unknown color: approx Wine Berry. HEX triplet: 52, 30 and 3D. RGB value is (82,48,61). Sum of RGB (Red+Green+Blue) = 82+48+61=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303D is #ADCFC2. Grayscale: #3B3B3B. Windows color (decimal): -11390915 or 4010066. OLE color: 4010066.

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

Color convert

RGB824861-
CMYK00.410.260.68
HSL337.06º26.15%25.49%-
HSV(B)337.06º41.46%32.16%-
XYZ5.384.244.95-
YUV59.65128.76143.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=42.93%
G=25.13%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82486100.410.260.68337.0626.1525.49
Hex52303D0291A441511a19
Octal1226075051321045213231
Binary101001011000011110101010011101010001001010100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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