#613147

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

Shades of Tawny Port #613147

Tints of Tawny Port #613147

Color information

#613147 (or 0x613147) is unknown color: approx Tawny Port. HEX triplet: 61, 31 and 47. RGB value is (97,49,71). Sum of RGB (Red+Green+Blue) = 97+49+71=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613147 is #9ECEB8. Grayscale: #414141. Windows color (decimal): -10407609 or 4665697. OLE color: 4665697.

HSL color Cylindrical-coordinate representation of color #613147: hue angle of 332.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613147 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB974971-
CMYK00.490.270.62
HSL332.5º32.88%28.63%-
HSV(B)332.5º49.48%38.04%-
XYZ7.175.196.59-
YUV65.86130.9150.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=44.70%
G=22.58%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97497100.490.270.62332.532.8828.63
Hex6131470311B3E14c211d
Octal1416110706133765144135
Binary1100001110001100011101100011101111111010100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613147; }

 p { color: rgb(97,49,71); }

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

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

 a { background-color: rgb(97,49,71); }

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

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

 span { border-color: rgb(97,49,71); }

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