#5D363D

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

Shades of Wine Berry #5D363D

Tints of Wine Berry #5D363D

Color information

#5D363D (or 0x5D363D) is unknown color: approx Wine Berry. HEX triplet: 5D, 36 and 3D. RGB value is (93,54,61). Sum of RGB (Red+Green+Blue) = 93+54+61=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D363D is #A2C9C2. Grayscale: #424242. Windows color (decimal): -10668483 or 4011613. OLE color: 4011613.

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

Color convert

RGB935461-
CMYK00.420.340.64
HSL349.23º26.53%28.82%-
HSV(B)349.23º41.94%36.47%-
XYZ6.685.35.09-
YUV66.46124.92146.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=44.71%
G=25.96%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93546100.420.340.64349.2326.5328.82
Hex5D363D02A224015d1b1d
Octal1356675052421005353335
Binary1011101110110111101010101010001010000001010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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