#71374B

Color #71374B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #71374B

Tints of Tawny Port #71374B

Color information

#71374B (or 0x71374B) is unknown color: approx Tawny Port. HEX triplet: 71, 37 and 4B. RGB value is (113,55,75). Sum of RGB (Red+Green+Blue) = 113+55+75=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71374B is #8EC8B4. Grayscale: #4A4A4A. Windows color (decimal): -9357493 or 4929393. OLE color: 4929393.

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

Color convert

RGB1135575-
CMYK00.510.340.56
HSL339.31º34.52%32.94%-
HSV(B)339.31º51.33%44.31%-
XYZ9.456.757.46-
YUV74.62128.22155.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=46.50%
G=22.63%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113557500.510.340.56339.3134.5232.94
Hex71374B03322381532321
Octal1616711306342705234341
Binary111000111011110010110110011100010111000101010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71374B; }

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

 H1.HeaderClassName
 {
   color: #71374B;
 }
 .AnyTagClassName
 {
   color: #71374B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #71374B;
 }
 .BgClassName
 {
   background-color: #71374B;
 }
</style>
border-color css

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

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

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