Html Css Color HEX #713848 Tawny Port

📋 copy color: '#713848'

red 113 ◦ green 56 ◦ blue 72

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

Shades of Tawny Port #713848

Tints of Tawny Port #713848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 46.89%
G = 23.24%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#713848 (or 0x713848) is known color: Tawny Port. HEX triplet: 71, 38 and 48. RGB value is (113,56,72). Sum of RGB (Red+Green+Blue) = 113+56+72=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #713848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713848 is #8EC7B7. Grayscale: #4A4A4A. Windows color (decimal): -9357240 or 4733041. OLE color: 4733041.

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

Color convert

RGB 113 56 72 -
CMYK 0 0.50 0.36 0.56
HSL 343.16º 0.34% 0.33% -
HSV(B) 343.16º 0.5% 0.44% -
XYZ 9.39 6.81 6.95 -
YUV 74.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 113 56 72 0 0.50 0.36 0.56 343.16 0.34 0.33
Hex 71 38 48 0 32 24 38 157 22 21
Octal 161 70 110 0 62 44 70 527 42 41
Binary 1110001 111000 1001000 0 110010 100100 111000 101010111 100010 100001

Color Harmonies of #713848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713848

Black with #713848

Text Example


Text Example

White with #713848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713848; }

 p { color: rgb(113,56,72); }

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

background-color css

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

 a { background-color: rgb(113,56,72); }

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

border-color css

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

 span { border-color: rgb(113,56,72); }

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