Html Css Color HEX #5E333C Wine Berry

📋 copy color: '#5E333C'

red 94 ◦ green 51 ◦ blue 60

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

Shades of Wine Berry #5E333C

Tints of Wine Berry #5E333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 45.85%
G = 24.88%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E333C (or 0x5E333C) is known color: Wine Berry. HEX triplet: 5E, 33 and 3C. RGB value is (94,51,60). Sum of RGB (Red+Green+Blue) = 94+51+60=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E333C is #A1CCC3. Grayscale: #404040. Windows color (decimal): -10603716 or 3945310. OLE color: 3945310.

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

Color convert

RGB 94 51 60 -
CMYK 0 0.46 0.36 0.63
HSL 347.44º 0.3% 0.28% -
HSV(B) 347.44º 0.46% 0.37% -
XYZ 6.62 5.07 4.91 -
YUV 64.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 94 51 60 0 0.46 0.36 0.63 347.44 0.3 0.28
Hex 5E 33 3C 0 2E 24 3F 15B 1E 1C
Octal 136 63 74 0 56 44 77 533 36 34
Binary 1011110 110011 111100 0 101110 100100 111111 101011011 11110 11100

Color Harmonies of #5E333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E333C

Black with #5E333C

Text Example


Text Example

White with #5E333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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