#5F3146

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

Shades of Tawny Port #5F3146

Tints of Tawny Port #5F3146

Color information

#5F3146 (or 0x5F3146) is unknown color: approx Tawny Port. HEX triplet: 5F, 31 and 46. RGB value is (95,49,70). Sum of RGB (Red+Green+Blue) = 95+49+70=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3146 is #A0CEB9. Grayscale: #414141. Windows color (decimal): -10538682 or 4600159. OLE color: 4600159.

HSL color Cylindrical-coordinate representation of color #5F3146: hue angle of 332.61º 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 #5F3146 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB954970-
CMYK00.480.260.63
HSL332.61º31.94%28.24%-
HSV(B)332.61º48.42%37.25%-
XYZ6.925.076.41-
YUV65.15130.74149.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.39%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=44.39%
G=22.90%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95497000.480.260.63332.6131.9428.24
Hex5F31460301A3F14d201c
Octal1376110606032775154034
Binary1011111110001100011001100001101011111110100110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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