Html Css Color HEX #713E4B Tawny Port

📋 copy color: '#713E4B'

red 113 ◦ green 62 ◦ blue 75

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

Shades of Tawny Port #713E4B

Tints of Tawny Port #713E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30%

R = 45.2%
G = 24.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#713E4B (or 0x713E4B) is known color: Tawny Port. HEX triplet: 71, 3E and 4B. RGB value is (113,62,75). Sum of RGB (Red+Green+Blue) = 113+62+75=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E4B is #8EC1B4. Grayscale: #4E4E4E. Windows color (decimal): -9355701 or 4931185. OLE color: 4931185.

HSL color Cylindrical-coordinate representation of color #713E4B: hue angle of 344.71º 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 #713E4B is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 75 -
CMYK 0 0.45 0.34 0.56
HSL 344.71º 0.29% 0.34% -
HSV(B) 344.71º 0.45% 0.44% -
XYZ 9.8 7.46 7.58 -
YUV 78.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 113 62 75 0 0.45 0.34 0.56 344.71 0.29 0.34
Hex 71 3E 4B 0 2D 22 38 159 1D 22
Octal 161 76 113 0 55 42 70 531 35 42
Binary 1110001 111110 1001011 0 101101 100010 111000 101011001 11101 100010

Color Harmonies of #713E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E4B

Black with #713E4B

Text Example


Text Example

White with #713E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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