#613048

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

Shades of Tawny Port #613048

Tints of Tawny Port #613048

Color information

#613048 (or 0x613048) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 48. RGB value is (97,48,72). Sum of RGB (Red+Green+Blue) = 97+48+72=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613048 is #9ECFB7. Grayscale: #414141. Windows color (decimal): -10407864 or 4730977. OLE color: 4730977.

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

Color convert

RGB974872-
CMYK00.510.260.62
HSL330.61º33.79%28.43%-
HSV(B)330.61º50.52%38.04%-
XYZ7.165.126.74-
YUV65.39131.73150.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=44.70%
G=22.12%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487200.510.260.62330.6133.7928.43
Hex6130480331A3E14b221c
Octal1416011006332765134234
Binary1100001110000100100001100111101011111010100101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613048; }

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

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

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

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

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

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

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

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