#613049

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

Shades of Tawny Port #613049

Tints of Tawny Port #613049

Color information

#613049 (or 0x613049) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 49. RGB value is (97,48,73). Sum of RGB (Red+Green+Blue) = 97+48+73=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613049 is #9ECFB6. Grayscale: #414141. Windows color (decimal): -10407863 or 4796513. OLE color: 4796513.

HSL color Cylindrical-coordinate representation of color #613049: hue angle of 329.39º 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 #613049 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB974873-
CMYK00.510.250.62
HSL329.39º33.79%28.43%-
HSV(B)329.39º50.52%38.04%-
XYZ7.195.146.92-
YUV65.5132.23150.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=44.50%
G=22.02%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487300.510.250.62329.3933.7928.43
Hex613049033193E149221c
Octal1416011106331765114234
Binary1100001110000100100101100111100111111010100100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613049; }

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

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

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

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

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

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

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

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