Html Css Color HEX #713447 Tawny Port

📋 copy color: '#713447'

red 113 ◦ green 52 ◦ blue 71

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

Shades of Tawny Port #713447

Tints of Tawny Port #713447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 47.88%
G = 22.03%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#713447 (or 0x713447) is known color: Tawny Port. HEX triplet: 71, 34 and 47. RGB value is (113,52,71). Sum of RGB (Red+Green+Blue) = 113+52+71=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #713447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713447 is #8ECBB8. Grayscale: #484848. Windows color (decimal): -9358265 or 4666481. OLE color: 4666481.

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

Color convert

RGB 113 52 71 -
CMYK 0 0.54 0.37 0.56
HSL 341.31º 0.37% 0.32% -
HSV(B) 341.31º 0.54% 0.44% -
XYZ 9.18 6.42 6.72 -
YUV 72.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 113 52 71 0 0.54 0.37 0.56 341.31 0.37 0.32
Hex 71 34 47 0 36 25 38 155 25 20
Octal 161 64 107 0 66 45 70 525 45 40
Binary 1110001 110100 1000111 0 110110 100101 111000 101010101 100101 100000

Color Harmonies of #713447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713447

Black with #713447

Text Example


Text Example

White with #713447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713447; }

 p { color: rgb(113,52,71); }

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

background-color css

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

 a { background-color: rgb(113,52,71); }

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

border-color css

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

 span { border-color: rgb(113,52,71); }

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