#5D313F

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

Shades of Tawny Port #5D313F

Tints of Tawny Port #5D313F

Color information

#5D313F (or 0x5D313F) is unknown color: approx Tawny Port. HEX triplet: 5D, 31 and 3F. RGB value is (93,49,63). Sum of RGB (Red+Green+Blue) = 93+49+63=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D313F is #A2CEC0. Grayscale: #3F3F3F. Windows color (decimal): -10669761 or 4141405. OLE color: 4141405.

HSL color Cylindrical-coordinate representation of color #5D313F: hue angle of 340.91º 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 #5D313F is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB934963-
CMYK00.470.320.64
HSL340.91º30.99%27.84%-
HSV(B)340.91º47.31%36.47%-
XYZ6.514.885.3-
YUV63.75127.58148.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 63 (25% from 255) = 30.73%
R=45.37%
G=23.90%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93496300.470.320.64340.9130.9927.84
Hex5D313F02F20401551f1c
Octal1356177057401005253734
Binary1011101110001111111010111110000010000001010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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