#523238

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

Shades of Wine Berry #523238

Tints of Wine Berry #523238

Color information

#523238 (or 0x523238) is unknown color: approx Wine Berry. HEX triplet: 52, 32 and 38. RGB value is (82,50,56). Sum of RGB (Red+Green+Blue) = 82+50+56=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523238 is #ADCDC7. Grayscale: #3C3C3C. Windows color (decimal): -11390408 or 3682898. OLE color: 3682898.

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

Color convert

RGB825056-
CMYK00.390.320.68
HSL348.75º24.24%25.88%-
HSV(B)348.75º39.02%32.16%-
XYZ5.334.364.3-
YUV60.25125.6143.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=43.62%
G=26.60%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82505600.390.320.68348.7524.2425.88
Hex523238027204415d181a
Octal1226270047401045353032
Binary1010010110010111000010011110000010001001010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523238; }

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

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

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

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

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

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

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

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