#523338

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

Shades of Wine Berry #523338

Tints of Wine Berry #523338

Color information

#523338 (or 0x523338) is unknown color: approx Wine Berry. HEX triplet: 52, 33 and 38. RGB value is (82,51,56). Sum of RGB (Red+Green+Blue) = 82+51+56=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523338 is #ADCCC7. Grayscale: #3C3C3C. Windows color (decimal): -11390152 or 3683154. OLE color: 3683154.

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

Color convert

RGB825156-
CMYK00.380.320.68
HSL350.32º23.31%26.08%-
HSV(B)350.32º37.8%32.16%-
XYZ5.384.454.32-
YUV60.84125.27143.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=43.39%
G=26.98%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82515600.380.320.68350.3223.3126.08
Hex523338026204415e171a
Octal1226370046401045362732
Binary1010010110011111000010011010000010001001010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523338; }

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

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

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

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

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

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

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

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