#64314B

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

Shades of Tawny Port #64314B

Tints of Tawny Port #64314B

Color information

#64314B (or 0x64314B) is unknown color: approx Tawny Port. HEX triplet: 64, 31 and 4B. RGB value is (100,49,75). Sum of RGB (Red+Green+Blue) = 100+49+75=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #64314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64314B is #9BCEB4. Grayscale: #434343. Windows color (decimal): -10210997 or 4927844. OLE color: 4927844.

HSL color Cylindrical-coordinate representation of color #64314B: hue angle of 329.41º 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 #64314B is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1004975-
CMYK00.510.250.61
HSL329.41º34.23%29.22%-
HSV(B)329.41º51%39.22%-
XYZ7.625.417.3-
YUV67.21132.4151.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=44.64%
G=21.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100497500.510.250.61329.4134.2329.22
Hex64314B033193D149221d
Octal1446111306331755114235
Binary1100100110001100101101100111100111110110100100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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