#532D36

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

Shades of Wine Berry #532D36

Tints of Wine Berry #532D36

Color information

#532D36 (or 0x532D36) is unknown color: approx Wine Berry. HEX triplet: 53, 2D and 36. RGB value is (83,45,54). Sum of RGB (Red+Green+Blue) = 83+45+54=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #532D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D36 is #ACD2C9. Grayscale: #393939. Windows color (decimal): -11326154 or 3550547. OLE color: 3550547.

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

Color convert

RGB834554-
CMYK00.460.350.67
HSL345.79º29.69%25.1%-
HSV(B)345.79º45.78%32.55%-
XYZ5.173.983.99-
YUV57.39126.09146.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=45.60%
G=24.73%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83455400.460.350.67345.7929.6925.1
Hex532D3602E234315a1e19
Octal1235566056431035323631
Binary1010011101101110110010111010001110000111010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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