#71394B

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

Shades of Tawny Port #71394B

Tints of Tawny Port #71394B

Color information

#71394B (or 0x71394B) is unknown color: approx Tawny Port. HEX triplet: 71, 39 and 4B. RGB value is (113,57,75). Sum of RGB (Red+Green+Blue) = 113+57+75=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71394B is #8EC6B4. Grayscale: #4B4B4B. Windows color (decimal): -9356981 or 4929905. OLE color: 4929905.

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

Color convert

RGB1135775-
CMYK00.500.340.56
HSL340.71º32.94%33.33%-
HSV(B)340.71º49.56%44.31%-
XYZ9.546.947.49-
YUV75.8127.55154.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=46.12%
G=23.27%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113577500.500.340.56340.7132.9433.33
Hex71394B03222381552121
Octal1617111306242705254141
Binary111000111100110010110110010100010111000101010101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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