#642D44

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

Shades of Tawny Port #642D44

Tints of Tawny Port #642D44

Color information

#642D44 (or 0x642D44) is unknown color: approx Tawny Port. HEX triplet: 64, 2D and 44. RGB value is (100,45,68). Sum of RGB (Red+Green+Blue) = 100+45+68=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #642D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D44 is #9BD2BB. Grayscale: #404040. Windows color (decimal): -10212028 or 4468068. OLE color: 4468068.

HSL color Cylindrical-coordinate representation of color #642D44: hue angle of 334.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D44 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB1004568-
CMYK00.550.320.61
HSL334.91º37.93%28.43%-
HSV(B)334.91º55%39.22%-
XYZ7.2456.05-
YUV64.07130.22153.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=46.95%
G=21.13%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100456800.550.320.61334.9137.9328.43
Hex642D44037203D14f261c
Octal1445510406740755174634
Binary11001001011011000100011011110000011110110100111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642D44; }

 p { color: rgb(100,45,68); }

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

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

 a { background-color: rgb(100,45,68); }

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

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

 span { border-color: rgb(100,45,68); }

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