#532F39

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

Shades of Wine Berry #532F39

Tints of Wine Berry #532F39

Color information

#532F39 (or 0x532F39) is unknown color: approx Wine Berry. HEX triplet: 53, 2F and 39. RGB value is (83,47,57). Sum of RGB (Red+Green+Blue) = 83+47+57=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F39 is #ACD0C6. Grayscale: #3A3A3A. Windows color (decimal): -11325639 or 3747667. OLE color: 3747667.

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

Color convert

RGB834757-
CMYK00.430.310.67
HSL343.33º27.69%25.49%-
HSV(B)343.33º43.37%32.55%-
XYZ5.324.174.39-
YUV58.9126.93145.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=44.39%
G=25.13%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83475700.430.310.67343.3327.6925.49
Hex532F3902B1F431571c19
Octal1235771053371035273431
Binary101001110111111100101010111111110000111010101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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