Html Css Color HEX #713544 Tawny Port

📋 copy color: '#713544'

red 113 ◦ green 53 ◦ blue 68

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

Shades of Tawny Port #713544

Tints of Tawny Port #713544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 48.29%
G = 22.65%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#713544 (or 0x713544) is known color: Tawny Port. HEX triplet: 71, 35 and 44. RGB value is (113,53,68). Sum of RGB (Red+Green+Blue) = 113+53+68=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713544 is #8ECABB. Grayscale: #484848. Windows color (decimal): -9358012 or 4470129. OLE color: 4470129.

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

Color convert

RGB 113 53 68 -
CMYK 0 0.53 0.40 0.56
HSL 345º 0.36% 0.33% -
HSV(B) 345º 0.53% 0.44% -
XYZ 9.13 6.47 6.24 -
YUV 72.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 113 53 68 0 0.53 0.40 0.56 345 0.36 0.33
Hex 71 35 44 0 35 28 38 159 24 21
Octal 161 65 104 0 65 50 70 531 44 41
Binary 1110001 110101 1000100 0 110101 101000 111000 101011001 100100 100001

Color Harmonies of #713544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713544

Black with #713544

Text Example


Text Example

White with #713544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713544; }

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

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

background-color css

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

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

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

border-color css

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

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

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