#532E35

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

Shades of Wine Berry #532E35

Tints of Wine Berry #532E35

Color information

#532E35 (or 0x532E35) is unknown color: approx Wine Berry. HEX triplet: 53, 2E and 35. RGB value is (83,46,53). Sum of RGB (Red+Green+Blue) = 83+46+53=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #532E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E35 is #ACD1CA. Grayscale: #393939. Windows color (decimal): -11325899 or 3485267. OLE color: 3485267.

HSL color Cylindrical-coordinate representation of color #532E35: hue angle of 348.65º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E35 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB834653-
CMYK00.450.360.67
HSL348.65º28.68%25.29%-
HSV(B)348.65º44.58%32.55%-
XYZ5.194.053.88-
YUV57.86125.26145.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=45.60%
G=25.27%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83465300.450.360.67348.6528.6825.29
Hex532E3502D244315d1d19
Octal1235665055441035353531
Binary1010011101110110101010110110010010000111010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E35; }

 p { color: rgb(83,46,53); }

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

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

 a { background-color: rgb(83,46,53); }

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

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

 span { border-color: rgb(83,46,53); }

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