#613244

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

Shades of Tawny Port #613244

Tints of Tawny Port #613244

Color information

#613244 (or 0x613244) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 44. RGB value is (97,50,68). Sum of RGB (Red+Green+Blue) = 97+50+68=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613244 is #9ECDBB. Grayscale: #424242. Windows color (decimal): -10407356 or 4469345. OLE color: 4469345.

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

Color convert

RGB975068-
CMYK00.480.300.62
HSL337.02º31.97%28.82%-
HSV(B)337.02º48.45%38.04%-
XYZ7.115.246.11-
YUV66.1129.07150.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=45.12%
G=23.26%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97506800.480.300.62337.0231.9728.82
Hex6132440301E3E151201d
Octal1416210406036765214035
Binary1100001110010100010001100001111011111010101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613244; }

 p { color: rgb(97,50,68); }

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

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

 a { background-color: rgb(97,50,68); }

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

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

 span { border-color: rgb(97,50,68); }

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