Html Css Color HEX #613141 Tawny Port

📋 copy color: '#613141'

red 97 ◦ green 49 ◦ blue 65

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

Shades of Tawny Port #613141

Tints of Tawny Port #613141

RGB

 RED value IS 97 (38.28% from 255) = 45.97%

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

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 45.97%
G = 23.22%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#613141 (or 0x613141) is known color: Tawny Port. HEX triplet: 61, 31 and 41. RGB value is (97,49,65). Sum of RGB (Red+Green+Blue) = 97+49+65=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613141 is #9ECEBE. Grayscale: #414141. Windows color (decimal): -10407615 or 4272481. OLE color: 4272481.

HSL color Cylindrical-coordinate representation of color #613141: hue angle of 340º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613141 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 65 -
CMYK 0 0.49 0.33 0.62
HSL 340º 0.33% 0.29% -
HSV(B) 340º 0.49% 0.38% -
XYZ 6.98 5.12 5.62 -
YUV 65.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 97 49 65 0 0.49 0.33 0.62 340 0.33 0.29
Hex 61 31 41 0 31 21 3E 154 21 1D
Octal 141 61 101 0 61 41 76 524 41 35
Binary 1100001 110001 1000001 0 110001 100001 111110 101010100 100001 11101

Color Harmonies of #613141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613141

Black with #613141

Text Example


Text Example

White with #613141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613141; }

 p { color: rgb(97,49,65); }

 H1.HeaderClassName
 {
   color: #613141;
 }
 .AnyTagClassName
 {
   color: #613141;
 }
</style>

background-color css

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

 a { background-color: rgb(97,49,65); }

 div.DivClassName
 {
   background-color: #613141;
 }
 .BgClassName
 {
   background-color: #613141;
 }
</style>

border-color css

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

 span { border-color: rgb(97,49,65); }

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