Html Css Color HEX #64314C Tawny Port

📋 copy color: '#64314C'

red 100 ◦ green 49 ◦ blue 76

#64314C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #64314C

Tints of Tawny Port #64314C

RGB

 RED value IS 100 (39.45% from 255) = 44.44%

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 44.44%
G = 21.78%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64314C (or 0x64314C) is known color: Tawny Port. HEX triplet: 64, 31 and 4C. RGB value is (100,49,76). Sum of RGB (Red+Green+Blue) = 100+49+76=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64314C is #9BCEB3. Grayscale: #434343. Windows color (decimal): -10210996 or 4993380. OLE color: 4993380.

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

Color convert

RGB 100 49 76 -
CMYK 0 0.51 0.24 0.61
HSL 328.24º 0.34% 0.29% -
HSV(B) 328.24º 0.51% 0.39% -
XYZ 7.66 5.43 7.48 -
YUV 67.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 100 49 76 0 0.51 0.24 0.61 328.24 0.34 0.29
Hex 64 31 4C 0 33 18 3D 148 22 1D
Octal 144 61 114 0 63 30 75 510 42 35
Binary 1100100 110001 1001100 0 110011 11000 111101 101001000 100010 11101

Color Harmonies of #64314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64314C

Black with #64314C

Text Example


Text Example

White with #64314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64314C;
 }
 .AnyTagClassName
 {
   color: #64314C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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