#532F38

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

Shades of Wine Berry #532F38

Tints of Wine Berry #532F38

Color information

#532F38 (or 0x532F38) is unknown color: approx Wine Berry. HEX triplet: 53, 2F and 38. RGB value is (83,47,56). Sum of RGB (Red+Green+Blue) = 83+47+56=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F38 is #ACD0C7. Grayscale: #3A3A3A. Windows color (decimal): -11325640 or 3682131. OLE color: 3682131.

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

Color convert

RGB834756-
CMYK00.430.330.67
HSL345º27.69%25.49%-
HSV(B)345º43.37%32.55%-
XYZ5.34.164.26-
YUV58.79126.43145.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=44.62%
G=25.27%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83475600.430.330.6734527.6925.49
Hex532F3802B21431591c19
Octal1235770053411035313431
Binary1010011101111111000010101110000110000111010110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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