Html Css Color HEX #68324F Tawny Port

📋 copy color: '#68324F'

red 104 ◦ green 50 ◦ blue 79

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

Shades of Tawny Port #68324F

Tints of Tawny Port #68324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 44.64%
G = 21.46%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68324F (or 0x68324F) is known color: Tawny Port. HEX triplet: 68, 32 and 4F. RGB value is (104,50,79). Sum of RGB (Red+Green+Blue) = 104+50+79=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68324F is #97CDB0. Grayscale: #454545. Windows color (decimal): -9948593 or 5190248. OLE color: 5190248.

HSL color Cylindrical-coordinate representation of color #68324F: hue angle of 327.78º 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 #68324F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 79 -
CMYK 0 0.52 0.24 0.59
HSL 327.78º 0.35% 0.3% -
HSV(B) 327.78º 0.52% 0.41% -
XYZ 8.26 5.79 8.08 -
YUV 69.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 104 50 79 0 0.52 0.24 0.59 327.78 0.35 0.3
Hex 68 32 4F 0 34 18 3B 148 23 1E
Octal 150 62 117 0 64 30 73 510 43 36
Binary 1101000 110010 1001111 0 110100 11000 111011 101001000 100011 11110

Color Harmonies of #68324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68324F

Black with #68324F

Text Example


Text Example

White with #68324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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