#53323B

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

Shades of Wine Berry #53323B

Tints of Wine Berry #53323B

Color information

#53323B (or 0x53323B) is unknown color: approx Wine Berry. HEX triplet: 53, 32 and 3B. RGB value is (83,50,59). Sum of RGB (Red+Green+Blue) = 83+50+59=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53323B is #ACCDC4. Grayscale: #3C3C3C. Windows color (decimal): -11324869 or 3879507. OLE color: 3879507.

HSL color Cylindrical-coordinate representation of color #53323B: hue angle of 343.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53323B is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB835059-
CMYK00.400.290.67
HSL343.64º24.81%26.08%-
HSV(B)343.64º39.76%32.55%-
XYZ5.54.444.7-
YUV60.89126.93143.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=43.23%
G=26.04%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83505900.400.290.67343.6424.8126.08
Hex53323B0281D43158191a
Octal1236273050351035303132
Binary101001111001011101101010001110110000111010110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53323B; }

 p { color: rgb(83,50,59); }

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

<style>
 a { background-color: #53323B; }

 a { background-color: rgb(83,50,59); }

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

<style>
 span { border-color: #53323B; }

 span { border-color: rgb(83,50,59); }

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