Html Css Color HEX #5E343D Wine Berry

📋 copy color: '#5E343D'

red 94 ◦ green 52 ◦ blue 61

#5E343D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #5E343D

Tints of Wine Berry #5E343D

RGB

 RED value IS 94 (37.11% from 255) = 45.41%

 GREEN value IS 52 (20.7% from 255) = 25.12%

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 45.41%
G = 25.12%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5E343D (or 0x5E343D) is known color: Wine Berry. HEX triplet: 5E, 34 and 3D. RGB value is (94,52,61). Sum of RGB (Red+Green+Blue) = 94+52+61=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E343D is #A1CBC2. Grayscale: #414141. Windows color (decimal): -10603459 or 4011102. OLE color: 4011102.

HSL color Cylindrical-coordinate representation of color #5E343D: hue angle of 347.14º 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 #5E343D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 52 61 -
CMYK 0 0.45 0.35 0.63
HSL 347.14º 0.29% 0.29% -
HSV(B) 347.14º 0.45% 0.37% -
XYZ 6.69 5.17 5.06 -
YUV 65.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 94 52 61 0 0.45 0.35 0.63 347.14 0.29 0.29
Hex 5E 34 3D 0 2D 23 3F 15B 1D 1D
Octal 136 64 75 0 55 43 77 533 35 35
Binary 1011110 110100 111101 0 101101 100011 111111 101011011 11101 11101

Color Harmonies of #5E343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E343D

Black with #5E343D

Text Example


Text Example

White with #5E343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E343D;
 }
 .AnyTagClassName
 {
   color: #5E343D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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