#64314A

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

Shades of Tawny Port #64314A

Tints of Tawny Port #64314A

Color information

#64314A (or 0x64314A) is unknown color: approx Tawny Port. HEX triplet: 64, 31 and 4A. RGB value is (100,49,74). Sum of RGB (Red+Green+Blue) = 100+49+74=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #64314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64314A is #9BCEB5. Grayscale: #434343. Windows color (decimal): -10210998 or 4862308. OLE color: 4862308.

HSL color Cylindrical-coordinate representation of color #64314A: hue angle of 330.59º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64314A is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1004974-
CMYK00.510.260.61
HSL330.59º34.23%29.22%-
HSV(B)330.59º51%39.22%-
XYZ7.595.47.12-
YUV67.1131.9151.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=44.84%
G=21.97%
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.61
SystemRedGreenBlueCMYKHSL
Decimal100497400.510.260.61330.5934.2329.22
Hex64314A0331A3D14b221d
Octal1446111206332755134235
Binary1100100110001100101001100111101011110110100101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64314A; }

 p { color: rgb(100,49,74); }

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

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

 a { background-color: rgb(100,49,74); }

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

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

 span { border-color: rgb(100,49,74); }

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