Html Css Color HEX #713649 Tawny Port

📋 copy color: '#713649'

red 113 ◦ green 54 ◦ blue 73

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

Shades of Tawny Port #713649

Tints of Tawny Port #713649

RGB

 RED value IS 113 (44.53% from 255) = 47.08%

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 47.08%
G = 22.5%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#713649 (or 0x713649) is known color: Tawny Port. HEX triplet: 71, 36 and 49. RGB value is (113,54,73). Sum of RGB (Red+Green+Blue) = 113+54+73=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #713649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713649 is #8EC9B6. Grayscale: #494949. Windows color (decimal): -9357751 or 4798065. OLE color: 4798065.

HSL color Cylindrical-coordinate representation of color #713649: hue angle of 340.68º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #713649 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 73 -
CMYK 0 0.52 0.35 0.56
HSL 340.68º 0.35% 0.33% -
HSV(B) 340.68º 0.52% 0.44% -
XYZ 9.33 6.63 7.09 -
YUV 73.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 113 54 73 0 0.52 0.35 0.56 340.68 0.35 0.33
Hex 71 36 49 0 34 23 38 155 23 21
Octal 161 66 111 0 64 43 70 525 43 41
Binary 1110001 110110 1001001 0 110100 100011 111000 101010101 100011 100001

Color Harmonies of #713649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713649

Black with #713649

Text Example


Text Example

White with #713649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713649; }

 p { color: rgb(113,54,73); }

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

background-color css

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

 a { background-color: rgb(113,54,73); }

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

border-color css

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

 span { border-color: rgb(113,54,73); }

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