#52383E

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

Shades of Wine Berry #52383E

Tints of Wine Berry #52383E

Color information

#52383E (or 0x52383E) is unknown color: approx Wine Berry. HEX triplet: 52, 38 and 3E. RGB value is (82,56,62). Sum of RGB (Red+Green+Blue) = 82+56+62=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52383E is #ADC7C1. Grayscale: #404040. Windows color (decimal): -11388866 or 4077650. OLE color: 4077650.

HSL color Cylindrical-coordinate representation of color #52383E: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52383E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB825662-
CMYK00.320.240.68
HSL346.15º18.84%27.06%-
HSV(B)346.15º31.71%32.16%-
XYZ5.764.975.21-
YUV64.46126.61140.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 62 (24.61% from 255) = 31%
R=41%
G=28%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82566200.320.240.68346.1518.8427.06
Hex52383E020184415a131b
Octal1227076040301045322333
Binary101001011100011111001000001100010001001010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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