Html Css Color HEX #613149 Tawny Port

📋 copy color: '#613149'

red 97 ◦ green 49 ◦ blue 73

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

Shades of Tawny Port #613149

Tints of Tawny Port #613149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 44.29%
G = 22.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#613149 (or 0x613149) is known color: Tawny Port. HEX triplet: 61, 31 and 49. RGB value is (97,49,73). Sum of RGB (Red+Green+Blue) = 97+49+73=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613149 is #9ECEB6. Grayscale: #424242. Windows color (decimal): -10407607 or 4796769. OLE color: 4796769.

HSL color Cylindrical-coordinate representation of color #613149: hue angle of 330º 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 #613149 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 73 -
CMYK 0 0.49 0.25 0.62
HSL 330º 0.33% 0.29% -
HSV(B) 330º 0.49% 0.38% -
XYZ 7.23 5.22 6.93 -
YUV 66.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 97 49 73 0 0.49 0.25 0.62 330 0.33 0.29
Hex 61 31 49 0 31 19 3E 14A 21 1D
Octal 141 61 111 0 61 31 76 512 41 35
Binary 1100001 110001 1001001 0 110001 11001 111110 101001010 100001 11101

Color Harmonies of #613149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613149

Black with #613149

Text Example


Text Example

White with #613149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613149; }

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

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

background-color css

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

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

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

border-color css

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

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

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