Html Css Color HEX #5F3146 Tawny Port

📋 copy color: '#5F3146'

red 95 ◦ green 49 ◦ blue 70

#5F3146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #5F3146

Tints of Tawny Port #5F3146

RGB

 RED value IS 95 (37.5% from 255) = 44.39%

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 44.39%
G = 22.9%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5F3146 (or 0x5F3146) is known color: 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

RGB 95 49 70 -
CMYK 0 0.48 0.26 0.63
HSL 332.61º 0.32% 0.28% -
HSV(B) 332.61º 0.48% 0.37% -
XYZ 6.92 5.07 6.41 -
YUV 65.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 95 49 70 0 0.48 0.26 0.63 332.61 0.32 0.28
Hex 5F 31 46 0 30 1A 3F 14D 20 1C
Octal 137 61 106 0 60 32 77 515 40 34
Binary 1011111 110001 1000110 0 110000 11010 111111 101001101 100000 11100

Color Harmonies of #5F3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3146

Black with #5F3146

Text Example


Text Example

White with #5F3146

Text Example


Text Example

HTML Codes & Css Web 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>