Html Css Color HEX #50373C Wine Berry

📋 copy color: '#50373C'

red 80 ◦ green 55 ◦ blue 60

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

Shades of Wine Berry #50373C

Tints of Wine Berry #50373C

RGB

 RED value IS 80 (31.64% from 255) = 41.03%

 GREEN value IS 55 (21.88% from 255) = 28.21%

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

R = 41.03%
G = 28.21%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50373C (or 0x50373C) is known color: Wine Berry. HEX triplet: 50, 37 and 3C. RGB value is (80,55,60). Sum of RGB (Red+Green+Blue) = 80+55+60=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373C is #AFC8C3. Grayscale: #3F3F3F. Windows color (decimal): -11520196 or 3946320. OLE color: 3946320.

HSL color Cylindrical-coordinate representation of color #50373C: hue angle of 348º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50373C is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 55 60 -
CMYK 0 0.31 0.25 0.69
HSL 348º 0.19% 0.26% -
HSV(B) 348º 0.31% 0.31% -
XYZ 5.49 4.76 4.91 -
YUV 63.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 80 55 60 0 0.31 0.25 0.69 348 0.19 0.26
Hex 50 37 3C 0 1F 19 45 15C 13 1A
Octal 120 67 74 0 37 31 105 534 23 32
Binary 1010000 110111 111100 0 11111 11001 1000101 101011100 10011 11010

Color Harmonies of #50373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50373C

Black with #50373C

Text Example


Text Example

White with #50373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50373C; }

 p { color: rgb(80,55,60); }

 H1.HeaderClassName
 {
   color: #50373C;
 }
 .AnyTagClassName
 {
   color: #50373C;
 }
</style>

background-color css

<style>
 a { background-color: #50373C; }

 a { background-color: rgb(80,55,60); }

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

border-color css

<style>
 span { border-color: #50373C; }

 span { border-color: rgb(80,55,60); }

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