#532C32

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

Shades of Wine Berry #532C32

Tints of Wine Berry #532C32

Color information

#532C32 (or 0x532C32) is unknown color: approx Wine Berry. HEX triplet: 53, 2C and 32. RGB value is (83,44,50). Sum of RGB (Red+Green+Blue) = 83+44+50=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C32 is #ACD3CD. Grayscale: #383838. Windows color (decimal): -11326414 or 3288147. OLE color: 3288147.

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

Color convert

RGB834450-
CMYK00.470.400.67
HSL350.77º30.71%24.9%-
HSV(B)350.77º46.99%32.55%-
XYZ5.043.873.5-
YUV56.34124.42147.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=46.89%
G=24.86%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445000.470.400.67350.7730.7124.9
Hex532C3202F284315f1f19
Octal1235462057501035373731
Binary1010011101100110010010111110100010000111010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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