#52323B

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

Shades of Wine Berry #52323B

Tints of Wine Berry #52323B

Color information

#52323B (or 0x52323B) is unknown color: approx Wine Berry. HEX triplet: 52, 32 and 3B. RGB value is (82,50,59). Sum of RGB (Red+Green+Blue) = 82+50+59=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52323B is #ADCDC4. Grayscale: #3C3C3C. Windows color (decimal): -11390405 or 3879506. OLE color: 3879506.

HSL color Cylindrical-coordinate representation of color #52323B: hue angle of 343.12º 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 #52323B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB825059-
CMYK00.390.280.68
HSL343.12º24.24%25.88%-
HSV(B)343.12º39.02%32.16%-
XYZ5.414.394.7-
YUV60.59127.1143.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=42.93%
G=26.18%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82505900.390.280.68343.1224.2425.88
Hex52323B0271C44157181a
Octal1226273047341045273032
Binary101001011001011101101001111110010001001010101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52323B; }

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

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

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

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

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

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

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

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