Html Css Color HEX #503131 Espresso

📋 copy color: '#503131'

red 80 ◦ green 49 ◦ blue 49

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

Shades of Espresso #503131

Tints of Espresso #503131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 44.94%
G = 27.53%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#503131 (or 0x503131) is known color: Espresso. HEX triplet: 50, 31 and 31. RGB value is (80,49,49). Sum of RGB (Red+Green+Blue) = 80+49+49=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #503131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503131 is #AFCECE. Grayscale: #3A3A3A. Windows color (decimal): -11521743 or 3223888. OLE color: 3223888.

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

Color convert

RGB 80 49 49 -
CMYK 0 0.39 0.39 0.69
HSL 0.24% 0.25% -
HSV(B) 0.39% 0.31% -
XYZ 4.96 4.12 3.44 -
YUV 58.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 80 49 49 0 0.39 0.39 0.69 0 0.24 0.25
Hex 50 31 31 0 27 27 45 0 18 19
Octal 120 61 61 0 47 47 105 0 30 31
Binary 1010000 110001 110001 0 100111 100111 1000101 0 11000 11001

Color Harmonies of #503131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503131

Black with #503131

Text Example


Text Example

White with #503131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503131; }

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

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

background-color css

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

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

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

border-color css

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

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

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