#532C37

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

Shades of Wine Berry #532C37

Tints of Wine Berry #532C37

Color information

#532C37 (or 0x532C37) is unknown color: approx Wine Berry. HEX triplet: 53, 2C and 37. RGB value is (83,44,55). Sum of RGB (Red+Green+Blue) = 83+44+55=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #532C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C37 is #ACD3C8. Grayscale: #383838. Windows color (decimal): -11326409 or 3615827. OLE color: 3615827.

HSL color Cylindrical-coordinate representation of color #532C37: hue angle of 343.08º 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 #532C37 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB834455-
CMYK00.470.340.67
HSL343.08º30.71%24.9%-
HSV(B)343.08º46.99%32.55%-
XYZ5.163.924.1-
YUV56.92126.92146.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=45.60%
G=24.18%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445500.470.340.67343.0830.7124.9
Hex532C3702F22431571f19
Octal1235467057421035273731
Binary1010011101100110111010111110001010000111010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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