Html Css Color HEX #71394A Tawny Port

📋 copy color: '#71394A'

red 113 ◦ green 57 ◦ blue 74

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

Shades of Tawny Port #71394A

Tints of Tawny Port #71394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 46.31%
G = 23.36%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71394A (or 0x71394A) is known color: Tawny Port. HEX triplet: 71, 39 and 4A. RGB value is (113,57,74). Sum of RGB (Red+Green+Blue) = 113+57+74=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71394A is #8EC6B5. Grayscale: #4B4B4B. Windows color (decimal): -9356982 or 4864369. OLE color: 4864369.

HSL color Cylindrical-coordinate representation of color #71394A: hue angle of 341.79º degrees, saturation: 0.33, 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 #71394A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 74 -
CMYK 0 0.50 0.35 0.56
HSL 341.79º 0.33% 0.33% -
HSV(B) 341.79º 0.5% 0.44% -
XYZ 9.51 6.93 7.32 -
YUV 75.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 113 57 74 0 0.50 0.35 0.56 341.79 0.33 0.33
Hex 71 39 4A 0 32 23 38 156 21 21
Octal 161 71 112 0 62 43 70 526 41 41
Binary 1110001 111001 1001010 0 110010 100011 111000 101010110 100001 100001

Color Harmonies of #71394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71394A

Black with #71394A

Text Example


Text Example

White with #71394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71394A; }

 p { color: rgb(113,57,74); }

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

background-color css

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

 a { background-color: rgb(113,57,74); }

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

border-color css

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

 span { border-color: rgb(113,57,74); }

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