#53363D

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

Shades of Wine Berry #53363D

Tints of Wine Berry #53363D

Color information

#53363D (or 0x53363D) is unknown color: approx Wine Berry. HEX triplet: 53, 36 and 3D. RGB value is (83,54,61). Sum of RGB (Red+Green+Blue) = 83+54+61=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53363D is #ACC9C2. Grayscale: #3F3F3F. Windows color (decimal): -11323843 or 4011603. OLE color: 4011603.

HSL color Cylindrical-coordinate representation of color #53363D: hue angle of 345.52º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53363D is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB835461-
CMYK00.350.270.67
HSL345.52º21.17%26.86%-
HSV(B)345.52º34.94%32.55%-
XYZ5.734.815.04-
YUV63.47126.61141.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=41.92%
G=27.27%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83546100.350.270.67345.5221.1726.86
Hex53363D0231B4315a151b
Octal1236675043331035322533
Binary101001111011011110101000111101110000111010110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53363D; }

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

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

<style>
 a { background-color: #53363D; }

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

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

<style>
 span { border-color: #53363D; }

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

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