#532B32

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

Shades of Wine Berry #532B32

Tints of Wine Berry #532B32

Color information

#532B32 (or 0x532B32) is unknown color: approx Wine Berry. HEX triplet: 53, 2B and 32. RGB value is (83,43,50). Sum of RGB (Red+Green+Blue) = 83+43+50=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B32 is #ACD4CD. Grayscale: #373737. Windows color (decimal): -11326670 or 3287891. OLE color: 3287891.

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

Color convert

RGB834350-
CMYK00.480.400.67
HSL349.5º31.75%24.71%-
HSV(B)349.5º48.19%32.55%-
XYZ5.013.83.49-
YUV55.76124.75147.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 43 (17.19% from 255) = 24.43%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=47.16%
G=24.43%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83435000.480.400.67349.531.7524.71
Hex532B32030284315e2019
Octal1235362060501035364031
Binary10100111010111100100110000101000100001110101111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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