#532F37

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

Shades of Wine Berry #532F37

Tints of Wine Berry #532F37

Color information

#532F37 (or 0x532F37) is unknown color: approx Wine Berry. HEX triplet: 53, 2F and 37. RGB value is (83,47,55). Sum of RGB (Red+Green+Blue) = 83+47+55=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F37 is #ACD0C8. Grayscale: #3A3A3A. Windows color (decimal): -11325641 or 3616595. OLE color: 3616595.

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

Color convert

RGB834755-
CMYK00.430.340.67
HSL346.67º27.69%25.49%-
HSV(B)346.67º43.37%32.55%-
XYZ5.274.154.14-
YUV58.68125.93145.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=44.86%
G=25.41%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83475500.430.340.67346.6727.6925.49
Hex532F3702B224315b1c19
Octal1235767053421035333431
Binary1010011101111110111010101110001010000111010110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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