#5D3149

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

Shades of Tawny Port #5D3149

Tints of Tawny Port #5D3149

Color information

#5D3149 (or 0x5D3149) is unknown color: approx Tawny Port. HEX triplet: 5D, 31 and 49. RGB value is (93,49,73). Sum of RGB (Red+Green+Blue) = 93+49+73=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3149 is #A2CEB6. Grayscale: #404040. Windows color (decimal): -10669751 or 4796765. OLE color: 4796765.

HSL color Cylindrical-coordinate representation of color #5D3149: hue angle of 327.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3149 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB934973-
CMYK00.470.220.64
HSL327.27º30.99%27.84%-
HSV(B)327.27º47.31%36.47%-
XYZ6.8256.91-
YUV64.89132.58148.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.26%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=43.26%
G=22.79%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93497300.470.220.64327.2730.9927.84
Hex5D314902F16401471f1c
Octal13561111057261005073734
Binary1011101110001100100101011111011010000001010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D3149; }

 p { color: rgb(93,49,73); }

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

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

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

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

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

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

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