#532D34

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

Shades of Wine Berry #532D34

Tints of Wine Berry #532D34

Color information

#532D34 (or 0x532D34) is unknown color: approx Wine Berry. HEX triplet: 53, 2D and 34. RGB value is (83,45,52). Sum of RGB (Red+Green+Blue) = 83+45+52=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #532D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D34 is #ACD2CB. Grayscale: #393939. Windows color (decimal): -11326156 or 3419475. OLE color: 3419475.

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

Color convert

RGB834552-
CMYK00.460.370.67
HSL348.95º29.69%25.1%-
HSV(B)348.95º45.78%32.55%-
XYZ5.133.963.74-
YUV57.16125.09146.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=46.11%
G=25%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83455200.460.370.67348.9529.6925.1
Hex532D3402E254315d1e19
Octal1235564056451035353631
Binary1010011101101110100010111010010110000111010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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