Html Css Color HEX #613449 Tawny Port

📋 copy color: '#613449'

red 97 ◦ green 52 ◦ blue 73

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

Shades of Tawny Port #613449

Tints of Tawny Port #613449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 43.69%
G = 23.42%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#613449 (or 0x613449) is known color: Tawny Port. HEX triplet: 61, 34 and 49. RGB value is (97,52,73). Sum of RGB (Red+Green+Blue) = 97+52+73=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #613449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613449 is #9ECBB6. Grayscale: #434343. Windows color (decimal): -10406839 or 4797537. OLE color: 4797537.

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

Color convert

RGB 97 52 73 -
CMYK 0 0.46 0.25 0.62
HSL 332º 0.3% 0.29% -
HSV(B) 332º 0.46% 0.38% -
XYZ 7.36 5.48 6.97 -
YUV 67.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 97 52 73 0 0.46 0.25 0.62 332 0.3 0.29
Hex 61 34 49 0 2E 19 3E 14C 1E 1D
Octal 141 64 111 0 56 31 76 514 36 35
Binary 1100001 110100 1001001 0 101110 11001 111110 101001100 11110 11101

Color Harmonies of #613449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613449

Black with #613449

Text Example


Text Example

White with #613449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613449; }

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

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

background-color css

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

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

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

border-color css

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

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

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