Html Css Color HEX #5E2E39 Wine Berry

📋 copy color: '#5E2E39'

red 94 ◦ green 46 ◦ blue 57

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

Shades of Wine Berry #5E2E39

Tints of Wine Berry #5E2E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

 BLUE value IS 57 (22.66% from 255) = 28.93%

R = 47.72%
G = 23.35%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E2E39 (or 0x5E2E39) is known color: Wine Berry. HEX triplet: 5E, 2E and 39. RGB value is (94,46,57). Sum of RGB (Red+Green+Blue) = 94+46+57=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2E39 is #A1D1C6. Grayscale: #3D3D3D. Windows color (decimal): -10604999 or 3747422. OLE color: 3747422.

HSL color Cylindrical-coordinate representation of color #5E2E39: hue angle of 346.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E2E39 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 46 57 -
CMYK 0 0.51 0.39 0.63
HSL 346.25º 0.34% 0.27% -
HSV(B) 346.25º 0.51% 0.37% -
XYZ 6.33 4.63 4.43 -
YUV 61.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 94 46 57 0 0.51 0.39 0.63 346.25 0.34 0.27
Hex 5E 2E 39 0 33 27 3F 15A 22 1B
Octal 136 56 71 0 63 47 77 532 42 33
Binary 1011110 101110 111001 0 110011 100111 111111 101011010 100010 11011

Color Harmonies of #5E2E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2E39

Black with #5E2E39

Text Example


Text Example

White with #5E2E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,46,57); }

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

background-color css

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

 a { background-color: rgb(94,46,57); }

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

border-color css

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

 span { border-color: rgb(94,46,57); }

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