#613047

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

Shades of Tawny Port #613047

Tints of Tawny Port #613047

Color information

#613047 (or 0x613047) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 47. RGB value is (97,48,71). Sum of RGB (Red+Green+Blue) = 97+48+71=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613047 is #9ECFB8. Grayscale: #414141. Windows color (decimal): -10407865 or 4665441. OLE color: 4665441.

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

Color convert

RGB974871-
CMYK00.510.270.62
HSL331.84º33.79%28.43%-
HSV(B)331.84º50.52%38.04%-
XYZ7.125.116.57-
YUV65.27131.23150.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=44.91%
G=22.22%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487100.510.270.62331.8433.7928.43
Hex6130470331B3E14c221c
Octal1416010706333765144234
Binary1100001110000100011101100111101111111010100110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613047; }

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

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

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

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

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

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

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

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