Html Css Color HEX #713E4C Tawny Port

📋 copy color: '#713E4C'

red 113 ◦ green 62 ◦ blue 76

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

Shades of Tawny Port #713E4C

Tints of Tawny Port #713E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 45.02%
G = 24.7%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#713E4C (or 0x713E4C) is known color: Tawny Port. HEX triplet: 71, 3E and 4C. RGB value is (113,62,76). Sum of RGB (Red+Green+Blue) = 113+62+76=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E4C is #8EC1B3. Grayscale: #4E4E4E. Windows color (decimal): -9355700 or 4996721. OLE color: 4996721.

HSL color Cylindrical-coordinate representation of color #713E4C: hue angle of 343.53º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E4C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 76 -
CMYK 0 0.45 0.33 0.56
HSL 343.53º 0.29% 0.34% -
HSV(B) 343.53º 0.45% 0.44% -
XYZ 9.84 7.48 7.76 -
YUV 78.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 113 62 76 0 0.45 0.33 0.56 343.53 0.29 0.34
Hex 71 3E 4C 0 2D 21 38 158 1D 22
Octal 161 76 114 0 55 41 70 530 35 42
Binary 1110001 111110 1001100 0 101101 100001 111000 101011000 11101 100010

Color Harmonies of #713E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E4C

Black with #713E4C

Text Example


Text Example

White with #713E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713E4C; }

 p { color: rgb(113,62,76); }

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

background-color css

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

 a { background-color: rgb(113,62,76); }

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

border-color css

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

 span { border-color: rgb(113,62,76); }

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