#5E343C

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

Shades of Wine Berry #5E343C

Tints of Wine Berry #5E343C

Color information

#5E343C (or 0x5E343C) is unknown color: approx Wine Berry. HEX triplet: 5E, 34 and 3C. RGB value is (94,52,60). Sum of RGB (Red+Green+Blue) = 94+52+60=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E343C is #A1CBC3. Grayscale: #414141. Windows color (decimal): -10603460 or 3945566. OLE color: 3945566.

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

Color convert

RGB945260-
CMYK00.450.360.63
HSL348.57º28.77%28.63%-
HSV(B)348.57º44.68%36.86%-
XYZ6.665.164.92-
YUV65.47124.91148.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=45.63%
G=25.24%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94526000.450.360.63348.5728.7728.63
Hex5E343C02D243F15d1d1d
Octal136647405544775353535
Binary101111011010011110001011011001001111111010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,60); }

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

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

 a { background-color: rgb(94,52,60); }

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

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

 span { border-color: rgb(94,52,60); }

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