#613349

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

Shades of Tawny Port #613349

Tints of Tawny Port #613349

Color information

#613349 (or 0x613349) is unknown color: approx Tawny Port. HEX triplet: 61, 33 and 49. RGB value is (97,51,73). Sum of RGB (Red+Green+Blue) = 97+51+73=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #613349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613349 is #9ECCB6. Grayscale: #434343. Windows color (decimal): -10407095 or 4797281. OLE color: 4797281.

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

Color convert

RGB975173-
CMYK00.470.250.62
HSL331.3º31.08%29.02%-
HSV(B)331.3º47.42%38.04%-
XYZ7.325.396.96-
YUV67.26131.24149.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=43.89%
G=23.08%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97517300.470.250.62331.331.0829.02
Hex61334902F193E14b1f1d
Octal1416311105731765133735
Binary110000111001110010010101111110011111101010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613349; }

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

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

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

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

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

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

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

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