#513A42

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

Shades of Tawny Port #513A42

Tints of Tawny Port #513A42

Color information

#513A42 (or 0x513A42) is unknown color: approx Tawny Port. HEX triplet: 51, 3A and 42. RGB value is (81,58,66). Sum of RGB (Red+Green+Blue) = 81+58+66=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A42 is #AEC5BD. Grayscale: #414141. Windows color (decimal): -11453886 or 4340305. OLE color: 4340305.

HSL color Cylindrical-coordinate representation of color #513A42: hue angle of 339.13º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A42 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB815866-
CMYK00.280.190.68
HSL339.13º16.55%27.25%-
HSV(B)339.13º28.4%31.76%-
XYZ5.895.175.84-
YUV65.79128.12138.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=39.51%
G=28.29%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81586600.280.190.68339.1316.5527.25
Hex513A4201C1344153111b
Octal12172102034231045232133
Binary101000111101010000100111001001110001001010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A42; }

 p { color: rgb(81,58,66); }

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

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

 a { background-color: rgb(81,58,66); }

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

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

 span { border-color: rgb(81,58,66); }

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