Html Css Color HEX #68314E Tawny Port

📋 copy color: '#68314E'

red 104 ◦ green 49 ◦ blue 78

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

Shades of Tawny Port #68314E

Tints of Tawny Port #68314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 45.02%
G = 21.21%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68314E (or 0x68314E) is known color: Tawny Port. HEX triplet: 68, 31 and 4E. RGB value is (104,49,78). Sum of RGB (Red+Green+Blue) = 104+49+78=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68314E is #97CEB1. Grayscale: #444444. Windows color (decimal): -9948850 or 5124456. OLE color: 5124456.

HSL color Cylindrical-coordinate representation of color #68314E: hue angle of 328.36º 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 #68314E is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 78 -
CMYK 0 0.53 0.25 0.59
HSL 328.36º 0.36% 0.3% -
HSV(B) 328.36º 0.53% 0.41% -
XYZ 8.18 5.69 7.87 -
YUV 68.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 104 49 78 0 0.53 0.25 0.59 328.36 0.36 0.3
Hex 68 31 4E 0 35 19 3B 148 24 1E
Octal 150 61 116 0 65 31 73 510 44 36
Binary 1101000 110001 1001110 0 110101 11001 111011 101001000 100100 11110

Color Harmonies of #68314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68314E

Black with #68314E

Text Example


Text Example

White with #68314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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