Html Css Color HEX #68324E Tawny Port

📋 copy color: '#68324E'

red 104 ◦ green 50 ◦ blue 78

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

Shades of Tawny Port #68324E

Tints of Tawny Port #68324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 44.83%
G = 21.55%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68324E (or 0x68324E) is known color: Tawny Port. HEX triplet: 68, 32 and 4E. RGB value is (104,50,78). Sum of RGB (Red+Green+Blue) = 104+50+78=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68324E is #97CDB1. Grayscale: #454545. Windows color (decimal): -9948594 or 5124712. OLE color: 5124712.

HSL color Cylindrical-coordinate representation of color #68324E: hue angle of 328.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68324E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 78 -
CMYK 0 0.52 0.25 0.59
HSL 328.89º 0.35% 0.3% -
HSV(B) 328.89º 0.52% 0.41% -
XYZ 8.22 5.77 7.89 -
YUV 69.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 104 50 78 0 0.52 0.25 0.59 328.89 0.35 0.3
Hex 68 32 4E 0 34 19 3B 149 23 1E
Octal 150 62 116 0 64 31 73 511 43 36
Binary 1101000 110010 1001110 0 110100 11001 111011 101001001 100011 11110

Color Harmonies of #68324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68324E

Black with #68324E

Text Example


Text Example

White with #68324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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