Html Css Color HEX #71394D Tawny Port

📋 copy color: '#71394D'

red 113 ◦ green 57 ◦ blue 77

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

Shades of Tawny Port #71394D

Tints of Tawny Port #71394D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 45.75%
G = 23.08%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71394D (or 0x71394D) is known color: Tawny Port. HEX triplet: 71, 39 and 4D. RGB value is (113,57,77). Sum of RGB (Red+Green+Blue) = 113+57+77=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71394D is #8EC6B2. Grayscale: #4C4C4C. Windows color (decimal): -9356979 or 5060977. OLE color: 5060977.

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

Color convert

RGB 113 57 77 -
CMYK 0 0.50 0.32 0.56
HSL 338.57º 0.33% 0.33% -
HSV(B) 338.57º 0.5% 0.44% -
XYZ 9.61 6.97 7.86 -
YUV 76.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 113 57 77 0 0.50 0.32 0.56 338.57 0.33 0.33
Hex 71 39 4D 0 32 20 38 153 21 21
Octal 161 71 115 0 62 40 70 523 41 41
Binary 1110001 111001 1001101 0 110010 100000 111000 101010011 100001 100001

Color Harmonies of #71394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71394D

Black with #71394D

Text Example


Text Example

White with #71394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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