Html Css Color HEX #503F48 Liver

📋 copy color: '#503F48'

red 80 ◦ green 63 ◦ blue 72

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

Shades of Liver #503F48

Tints of Liver #503F48

RGB

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

 GREEN value IS 63 (25% from 255) = 29.3%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 37.21%
G = 29.3%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#503F48 (or 0x503F48) is known color: Liver. HEX triplet: 50, 3F and 48. RGB value is (80,63,72). Sum of RGB (Red+Green+Blue) = 80+63+72=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #503F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F48 is #AFC0B7. Grayscale: #454545. Windows color (decimal): -11518136 or 4734800. OLE color: 4734800.

HSL color Cylindrical-coordinate representation of color #503F48: hue angle of 328.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F48 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 72 -
CMYK 0 0.21 0.10 0.69
HSL 328.24º 0.12% 0.28% -
HSV(B) 328.24º 0.21% 0.31% -
XYZ 6.26 5.73 6.91 -
YUV 69.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 80 63 72 0 0.21 0.10 0.69 328.24 0.12 0.28
Hex 50 3F 48 0 15 A 45 148 C 1C
Octal 120 77 110 0 25 12 105 510 14 34
Binary 1010000 111111 1001000 0 10101 1010 1000101 101001000 1100 11100

Color Harmonies of #503F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F48

Black with #503F48

Text Example


Text Example

White with #503F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F48; }

 p { color: rgb(80,63,72); }

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

background-color css

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

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

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

border-color css

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

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

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