#532C34

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

Shades of Wine Berry #532C34

Tints of Wine Berry #532C34

Color information

#532C34 (or 0x532C34) is unknown color: approx Wine Berry. HEX triplet: 53, 2C and 34. RGB value is (83,44,52). Sum of RGB (Red+Green+Blue) = 83+44+52=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #532C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C34 is #ACD3CB. Grayscale: #383838. Windows color (decimal): -11326412 or 3419219. OLE color: 3419219.

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

Color convert

RGB834452-
CMYK00.470.370.67
HSL347.69º30.71%24.9%-
HSV(B)347.69º46.99%32.55%-
XYZ5.093.893.73-
YUV56.57125.42146.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 52 (20.70% from 255) = 29.05%
R=46.37%
G=24.58%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445200.470.370.67347.6930.7124.9
Hex532C3402F254315c1f19
Octal1235464057451035343731
Binary1010011101100110100010111110010110000111010111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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