#532C36

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

Shades of Wine Berry #532C36

Tints of Wine Berry #532C36

Color information

#532C36 (or 0x532C36) is unknown color: approx Wine Berry. HEX triplet: 53, 2C and 36. RGB value is (83,44,54). Sum of RGB (Red+Green+Blue) = 83+44+54=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C36 is #ACD3C9. Grayscale: #383838. Windows color (decimal): -11326410 or 3550291. OLE color: 3550291.

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

Color convert

RGB834454-
CMYK00.470.350.67
HSL344.62º30.71%24.9%-
HSV(B)344.62º46.99%32.55%-
XYZ5.133.913.97-
YUV56.8126.42146.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 54 (21.48% from 255) = 29.83%
R=45.86%
G=24.31%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445400.470.350.67344.6230.7124.9
Hex532C3602F23431591f19
Octal1235466057431035313731
Binary1010011101100110110010111110001110000111010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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