Html Css Color HEX #5E343C Wine Berry

📋 copy color: '#5E343C'

red 94 ◦ green 52 ◦ blue 60

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

Shades of Wine Berry #5E343C

Tints of Wine Berry #5E343C

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E343C (or 0x5E343C) is known color: 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

RGB 94 52 60 -
CMYK 0 0.45 0.36 0.63
HSL 348.57º 0.29% 0.29% -
HSV(B) 348.57º 0.45% 0.37% -
XYZ 6.66 5.16 4.92 -
YUV 65.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 94 52 60 0 0.45 0.36 0.63 348.57 0.29 0.29
Hex 5E 34 3C 0 2D 24 3F 15D 1D 1D
Octal 136 64 74 0 55 44 77 535 35 35
Binary 1011110 110100 111100 0 101101 100100 111111 101011101 11101 11101

Color Harmonies of #5E343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E343C

Black with #5E343C

Text Example


Text Example

White with #5E343C

Text Example


Text Example

HTML Codes & Css Web 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>