#71384A

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

Shades of Tawny Port #71384A

Tints of Tawny Port #71384A

Color information

#71384A (or 0x71384A) is unknown color: approx Tawny Port. HEX triplet: 71, 38 and 4A. RGB value is (113,56,74). Sum of RGB (Red+Green+Blue) = 113+56+74=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71384A is #8EC7B5. Grayscale: #4B4B4B. Windows color (decimal): -9357238 or 4864113. OLE color: 4864113.

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

Color convert

RGB1135674-
CMYK00.500.350.56
HSL341.05º33.73%33.14%-
HSV(B)341.05º50.44%44.31%-
XYZ9.466.837.3-
YUV75.1127.38155.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=46.50%
G=23.05%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113567400.500.350.56341.0533.7333.14
Hex71384A03223381552221
Octal1617011206243705254241
Binary111000111100010010100110010100011111000101010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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