Html Css Color HEX #713445 Tawny Port

📋 copy color: '#713445'

red 113 ◦ green 52 ◦ blue 69

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

Shades of Tawny Port #713445

Tints of Tawny Port #713445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 48.29%
G = 22.22%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#713445 (or 0x713445) is known color: Tawny Port. HEX triplet: 71, 34 and 45. RGB value is (113,52,69). Sum of RGB (Red+Green+Blue) = 113+52+69=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713445 is #8ECBBA. Grayscale: #484848. Windows color (decimal): -9358267 or 4535409. OLE color: 4535409.

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

Color convert

RGB 113 52 69 -
CMYK 0 0.54 0.39 0.56
HSL 343.28º 0.37% 0.32% -
HSV(B) 343.28º 0.54% 0.44% -
XYZ 9.11 6.4 6.38 -
YUV 72.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 113 52 69 0 0.54 0.39 0.56 343.28 0.37 0.32
Hex 71 34 45 0 36 27 38 157 25 20
Octal 161 64 105 0 66 47 70 527 45 40
Binary 1110001 110100 1000101 0 110110 100111 111000 101010111 100101 100000

Color Harmonies of #713445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713445

Black with #713445

Text Example


Text Example

White with #713445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713445; }

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

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

background-color css

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

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

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

border-color css

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

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

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