#532C35

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

Shades of Wine Berry #532C35

Tints of Wine Berry #532C35

Color information

#532C35 (or 0x532C35) is unknown color: approx Wine Berry. HEX triplet: 53, 2C and 35. RGB value is (83,44,53). Sum of RGB (Red+Green+Blue) = 83+44+53=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C35 is #ACD3CA. Grayscale: #383838. Windows color (decimal): -11326411 or 3484755. OLE color: 3484755.

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

Color convert

RGB834453-
CMYK00.470.360.67
HSL346.15º30.71%24.9%-
HSV(B)346.15º46.99%32.55%-
XYZ5.113.93.85-
YUV56.69125.92146.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=46.11%
G=24.44%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445300.470.360.67346.1530.7124.9
Hex532C3502F244315a1f19
Octal1235465057441035323731
Binary1010011101100110101010111110010010000111010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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