Html Css Color HEX #5E353C Wine Berry

📋 copy color: '#5E353C'

red 94 ◦ green 53 ◦ blue 60

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

Shades of Wine Berry #5E353C

Tints of Wine Berry #5E353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 45.41%
G = 25.6%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E353C (or 0x5E353C) is known color: Wine Berry. HEX triplet: 5E, 35 and 3C. RGB value is (94,53,60). Sum of RGB (Red+Green+Blue) = 94+53+60=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E353C is #A1CAC3. Grayscale: #424242. Windows color (decimal): -10603204 or 3945822. OLE color: 3945822.

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

Color convert

RGB 94 53 60 -
CMYK 0 0.44 0.36 0.63
HSL 349.76º 0.28% 0.29% -
HSV(B) 349.76º 0.44% 0.37% -
XYZ 6.7 5.25 4.94 -
YUV 66.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 94 53 60 0 0.44 0.36 0.63 349.76 0.28 0.29
Hex 5E 35 3C 0 2C 24 3F 15E 1C 1D
Octal 136 65 74 0 54 44 77 536 34 35
Binary 1011110 110101 111100 0 101100 100100 111111 101011110 11100 11101

Color Harmonies of #5E353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E353C

Black with #5E353C

Text Example


Text Example

White with #5E353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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