Html Css Color HEX #64314B Tawny Port

📋 copy color: '#64314B'

red 100 ◦ green 49 ◦ blue 75

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

Shades of Tawny Port #64314B

Tints of Tawny Port #64314B

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 value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64314B (or 0x64314B) is known color: 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

RGB 100 49 75 -
CMYK 0 0.51 0.25 0.61
HSL 329.41º 0.34% 0.29% -
HSV(B) 329.41º 0.51% 0.39% -
XYZ 7.62 5.41 7.3 -
YUV 67.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 100 49 75 0 0.51 0.25 0.61 329.41 0.34 0.29
Hex 64 31 4B 0 33 19 3D 149 22 1D
Octal 144 61 113 0 63 31 75 511 42 35
Binary 1100100 110001 1001011 0 110011 11001 111101 101001001 100010 11101

Color Harmonies of #64314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64314B

Black with #64314B

Text Example


Text Example

White with #64314B

Text Example


Text Example

HTML Codes & Css Web 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>