Html Css Color HEX #503137 Wine Berry

📋 copy color: '#503137'

red 80 ◦ green 49 ◦ blue 55

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

Shades of Wine Berry #503137

Tints of Wine Berry #503137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 55 (21.88% from 255) = 29.89%

R = 43.48%
G = 26.63%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#503137 (or 0x503137) is known color: Wine Berry. HEX triplet: 50, 31 and 37. RGB value is (80,49,55). Sum of RGB (Red+Green+Blue) = 80+49+55=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503137 is #AFCEC8. Grayscale: #3A3A3A. Windows color (decimal): -11521737 or 3617104. OLE color: 3617104.

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

Color convert

RGB 80 49 55 -
CMYK 0 0.39 0.31 0.69
HSL 348.39º 0.24% 0.25% -
HSV(B) 348.39º 0.39% 0.31% -
XYZ 5.1 4.18 4.15 -
YUV 58.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 80 49 55 0 0.39 0.31 0.69 348.39 0.24 0.25
Hex 50 31 37 0 27 1F 45 15C 18 19
Octal 120 61 67 0 47 37 105 534 30 31
Binary 1010000 110001 110111 0 100111 11111 1000101 101011100 11000 11001

Color Harmonies of #503137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503137

Black with #503137

Text Example


Text Example

White with #503137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503137; }

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

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

background-color css

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

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

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

border-color css

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

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

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