Html Css Color HEX #713444 Tawny Port

📋 copy color: '#713444'

red 113 ◦ green 52 ◦ blue 68

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

Shades of Tawny Port #713444

Tints of Tawny Port #713444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 48.5%
G = 22.32%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#713444 (or 0x713444) is known color: Tawny Port. HEX triplet: 71, 34 and 44. RGB value is (113,52,68). Sum of RGB (Red+Green+Blue) = 113+52+68=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713444 is #8ECBBB. Grayscale: #484848. Windows color (decimal): -9358268 or 4469873. OLE color: 4469873.

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

Color convert

RGB 113 52 68 -
CMYK 0 0.54 0.40 0.56
HSL 344.26º 0.37% 0.32% -
HSV(B) 344.26º 0.54% 0.44% -
XYZ 9.08 6.38 6.22 -
YUV 72.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 113 52 68 0 0.54 0.40 0.56 344.26 0.37 0.32
Hex 71 34 44 0 36 28 38 158 25 20
Octal 161 64 104 0 66 50 70 530 45 40
Binary 1110001 110100 1000100 0 110110 101000 111000 101011000 100101 100000

Color Harmonies of #713444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713444

Black with #713444

Text Example


Text Example

White with #713444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713444; }

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

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

background-color css

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

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

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

border-color css

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

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

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