#5E353D

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

Shades of Wine Berry #5E353D

Tints of Wine Berry #5E353D

Color information

#5E353D (or 0x5E353D) is unknown color: approx Wine Berry. HEX triplet: 5E, 35 and 3D. RGB value is (94,53,61). Sum of RGB (Red+Green+Blue) = 94+53+61=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E353D is #A1CAC2. Grayscale: #424242. Windows color (decimal): -10603203 or 4011358. OLE color: 4011358.

HSL color Cylindrical-coordinate representation of color #5E353D: hue angle of 348.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E353D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB945361-
CMYK00.440.350.63
HSL348.29º27.89%28.82%-
HSV(B)348.29º43.62%36.86%-
XYZ6.735.265.08-
YUV66.17125.08147.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=45.19%
G=25.48%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94536100.440.350.63348.2927.8928.82
Hex5E353D02C233F15c1c1d
Octal136657505443775343435
Binary101111011010111110101011001000111111111010111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,53,61); }

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

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

 a { background-color: rgb(94,53,61); }

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

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

 span { border-color: rgb(94,53,61); }

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