Html Css Color HEX #68314D Tawny Port

📋 copy color: '#68314D'

red 104 ◦ green 49 ◦ blue 77

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

Shades of Tawny Port #68314D

Tints of Tawny Port #68314D

RGB

 RED value IS 104 (41.02% from 255) = 45.22%

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 45.22%
G = 21.3%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68314D (or 0x68314D) is known color: Tawny Port. HEX triplet: 68, 31 and 4D. RGB value is (104,49,77). Sum of RGB (Red+Green+Blue) = 104+49+77=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68314D is #97CEB2. Grayscale: #444444. Windows color (decimal): -9948851 or 5058920. OLE color: 5058920.

HSL color Cylindrical-coordinate representation of color #68314D: hue angle of 329.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68314D is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 77 -
CMYK 0 0.53 0.26 0.59
HSL 329.45º 0.36% 0.3% -
HSV(B) 329.45º 0.53% 0.41% -
XYZ 8.15 5.68 7.69 -
YUV 68.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 104 49 77 0 0.53 0.26 0.59 329.45 0.36 0.3
Hex 68 31 4D 0 35 1A 3B 149 24 1E
Octal 150 61 115 0 65 32 73 511 44 36
Binary 1101000 110001 1001101 0 110101 11010 111011 101001001 100100 11110

Color Harmonies of #68314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68314D

Black with #68314D

Text Example


Text Example

White with #68314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68314D; }

 p { color: rgb(104,49,77); }

 H1.HeaderClassName
 {
   color: #68314D;
 }
 .AnyTagClassName
 {
   color: #68314D;
 }
</style>

background-color css

<style>
 a { background-color: #68314D; }

 a { background-color: rgb(104,49,77); }

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

border-color css

<style>
 span { border-color: #68314D; }

 span { border-color: rgb(104,49,77); }

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