#5F3143

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

Shades of Tawny Port #5F3143

Tints of Tawny Port #5F3143

Color information

#5F3143 (or 0x5F3143) is unknown color: approx Tawny Port. HEX triplet: 5F, 31 and 43. RGB value is (95,49,67). Sum of RGB (Red+Green+Blue) = 95+49+67=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3143 is #A0CEBC. Grayscale: #404040. Windows color (decimal): -10538685 or 4403551. OLE color: 4403551.

HSL color Cylindrical-coordinate representation of color #5F3143: hue angle of 336.52º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F3143 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB954967-
CMYK00.480.290.63
HSL336.52º31.94%28.24%-
HSV(B)336.52º48.42%37.25%-
XYZ6.835.035.92-
YUV64.81129.24149.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.02%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=45.02%
G=23.22%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95496700.480.290.63336.5231.9428.24
Hex5F31430301D3F151201c
Octal1376110306035775214034
Binary1011111110001100001101100001110111111110101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,67); }

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

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

 a { background-color: rgb(95,49,67); }

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

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

 span { border-color: rgb(95,49,67); }

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