Html Css Color HEX #503139 Wine Berry

📋 copy color: '#503139'

red 80 ◦ green 49 ◦ blue 57

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

Shades of Wine Berry #503139

Tints of Wine Berry #503139

RGB

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

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

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

R = 43.01%
G = 26.34%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#503139 (or 0x503139) is known color: Wine Berry. HEX triplet: 50, 31 and 39. RGB value is (80,49,57). Sum of RGB (Red+Green+Blue) = 80+49+57=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503139 is #AFCEC6. Grayscale: #3B3B3B. Windows color (decimal): -11521735 or 3748176. OLE color: 3748176.

HSL color Cylindrical-coordinate representation of color #503139: hue angle of 344.52º 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 #503139 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 57 -
CMYK 0 0.39 0.29 0.69
HSL 344.52º 0.24% 0.25% -
HSV(B) 344.52º 0.39% 0.31% -
XYZ 5.15 4.2 4.41 -
YUV 59.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 80 49 57 0 0.39 0.29 0.69 344.52 0.24 0.25
Hex 50 31 39 0 27 1D 45 159 18 19
Octal 120 61 71 0 47 35 105 531 30 31
Binary 1010000 110001 111001 0 100111 11101 1000101 101011001 11000 11001

Color Harmonies of #503139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503139

Black with #503139

Text Example


Text Example

White with #503139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503139; }

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

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

background-color css

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

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

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

border-color css

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

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

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