#613041

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

Shades of Tawny Port #613041

Tints of Tawny Port #613041

Color information

#613041 (or 0x613041) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 41. RGB value is (97,48,65). Sum of RGB (Red+Green+Blue) = 97+48+65=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613041 is #9ECFBE. Grayscale: #404040. Windows color (decimal): -10407871 or 4272225. OLE color: 4272225.

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

Color convert

RGB974865-
CMYK00.510.330.62
HSL339.18º33.79%28.43%-
HSV(B)339.18º50.52%38.04%-
XYZ6.945.045.61-
YUV64.59128.23151.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=46.19%
G=22.86%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97486500.510.330.62339.1833.7928.43
Hex613041033213E153221c
Octal1416010106341765234234
Binary11000011100001000001011001110000111111010101001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613041; }

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

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

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

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

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

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

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

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