#5E323A

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

Shades of Wine Berry #5E323A

Tints of Wine Berry #5E323A

Color information

#5E323A (or 0x5E323A) is unknown color: approx Wine Berry. HEX triplet: 5E, 32 and 3A. RGB value is (94,50,58). Sum of RGB (Red+Green+Blue) = 94+50+58=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E323A is #A1CDC5. Grayscale: #404040. Windows color (decimal): -10603974 or 3813982. OLE color: 3813982.

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

Color convert

RGB945058-
CMYK00.470.380.63
HSL349.09º30.56%28.24%-
HSV(B)349.09º46.81%36.86%-
XYZ6.524.974.62-
YUV64.07124.58149.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.53%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=46.53%
G=24.75%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94505800.470.380.63349.0930.5628.24
Hex5E323A02F263F15d1f1c
Octal136627205746775353734
Binary101111011001011101001011111001101111111010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,50,58); }

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

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

 a { background-color: rgb(94,50,58); }

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

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

 span { border-color: rgb(94,50,58); }

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