#532B33

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

Shades of Wine Berry #532B33

Tints of Wine Berry #532B33

Color information

#532B33 (or 0x532B33) is unknown color: approx Wine Berry. HEX triplet: 53, 2B and 33. RGB value is (83,43,51). Sum of RGB (Red+Green+Blue) = 83+43+51=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B33 is #ACD4CC. Grayscale: #373737. Windows color (decimal): -11326669 or 3353427. OLE color: 3353427.

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

Color convert

RGB834351-
CMYK00.480.390.67
HSL348º31.75%24.71%-
HSV(B)348º48.19%32.55%-
XYZ5.033.813.6-
YUV55.87125.25147.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 43 (17.19% from 255) = 24.29%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=46.89%
G=24.29%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83435100.480.390.6734831.7524.71
Hex532B33030274315c2019
Octal1235363060471035344031
Binary10100111010111100110110000100111100001110101110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,43,51); }

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

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

 a { background-color: rgb(83,43,51); }

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

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

 span { border-color: rgb(83,43,51); }

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