#5D353C

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

Shades of Wine Berry #5D353C

Tints of Wine Berry #5D353C

Color information

#5D353C (or 0x5D353C) is unknown color: approx Wine Berry. HEX triplet: 5D, 35 and 3C. RGB value is (93,53,60). Sum of RGB (Red+Green+Blue) = 93+53+60=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D353C is #A2CAC3. Grayscale: #414141. Windows color (decimal): -10668740 or 3945821. OLE color: 3945821.

HSL color Cylindrical-coordinate representation of color #5D353C: hue angle of 349.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D353C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB935360-
CMYK00.430.350.64
HSL349.5º27.4%28.63%-
HSV(B)349.5º43.01%36.47%-
XYZ6.65.24.93-
YUV65.76124.75147.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=45.15%
G=25.73%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93536000.430.350.64349.527.428.63
Hex5D353C02B234015e1b1d
Octal1356574053431005363335
Binary1011101110101111100010101110001110000001010111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D353C; }

 p { color: rgb(93,53,60); }

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

<style>
 a { background-color: #5D353C; }

 a { background-color: rgb(93,53,60); }

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

<style>
 span { border-color: #5D353C; }

 span { border-color: rgb(93,53,60); }

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