Html Css Color HEX #713446 Tawny Port

📋 copy color: '#713446'

red 113 ◦ green 52 ◦ blue 70

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

Shades of Tawny Port #713446

Tints of Tawny Port #713446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 48.09%
G = 22.13%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#713446 (or 0x713446) is known color: Tawny Port. HEX triplet: 71, 34 and 46. RGB value is (113,52,70). Sum of RGB (Red+Green+Blue) = 113+52+70=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713446 is #8ECBB9. Grayscale: #484848. Windows color (decimal): -9358266 or 4600945. OLE color: 4600945.

HSL color Cylindrical-coordinate representation of color #713446: hue angle of 342.3º 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 #713446 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 70 -
CMYK 0 0.54 0.38 0.56
HSL 342.3º 0.37% 0.32% -
HSV(B) 342.3º 0.54% 0.44% -
XYZ 9.14 6.41 6.55 -
YUV 72.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 113 52 70 0 0.54 0.38 0.56 342.3 0.37 0.32
Hex 71 34 46 0 36 26 38 156 25 20
Octal 161 64 106 0 66 46 70 526 45 40
Binary 1110001 110100 1000110 0 110110 100110 111000 101010110 100101 100000

Color Harmonies of #713446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713446

Black with #713446

Text Example


Text Example

White with #713446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713446; }

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

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

background-color css

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

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

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

border-color css

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

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

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