#532F36

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

Shades of Wine Berry #532F36

Tints of Wine Berry #532F36

Color information

#532F36 (or 0x532F36) is unknown color: approx Wine Berry. HEX triplet: 53, 2F and 36. RGB value is (83,47,54). Sum of RGB (Red+Green+Blue) = 83+47+54=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F36 is #ACD0C9. Grayscale: #3A3A3A. Windows color (decimal): -11325642 or 3551059. OLE color: 3551059.

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

Color convert

RGB834754-
CMYK00.430.350.67
HSL348.33º27.69%25.49%-
HSV(B)348.33º43.37%32.55%-
XYZ5.254.144.01-
YUV58.56125.43145.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=45.11%
G=25.54%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83475400.430.350.67348.3327.6925.49
Hex532F3602B234315c1c19
Octal1235766053431035343431
Binary1010011101111110110010101110001110000111010111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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