#503B42

Color #503B42 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #503B42

Tints of Tawny Port #503B42

Color information

#503B42 (or 0x503B42) is unknown color: approx Tawny Port. HEX triplet: 50, 3B and 42. RGB value is (80,59,66). Sum of RGB (Red+Green+Blue) = 80+59+66=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B42 is #AFC4BD. Grayscale: #424242. Windows color (decimal): -11519166 or 4340560. OLE color: 4340560.

HSL color Cylindrical-coordinate representation of color #503B42: hue angle of 340º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503B42 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB805966-
CMYK00.260.170.69
HSL340º15.11%27.25%-
HSV(B)340º26.25%31.37%-
XYZ5.865.235.85-
YUV66.08127.96137.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=39.02%
G=28.78%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80596600.260.170.6934015.1127.25
Hex503B4201A1145154f1b
Octal12073102032211055241733
Binary10100001110111000010011010100011000101101010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,66); }

 H1.HeaderClassName
 {
   color: #503B42;
 }
 .AnyTagClassName
 {
   color: #503B42;
 }
</style>
background-color css

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

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

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

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

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

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