Html Css Color HEX #68314B Tawny Port

📋 copy color: '#68314B'

red 104 ◦ green 49 ◦ blue 75

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

Shades of Tawny Port #68314B

Tints of Tawny Port #68314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 45.61%
G = 21.49%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68314B (or 0x68314B) is known color: Tawny Port. HEX triplet: 68, 31 and 4B. RGB value is (104,49,75). Sum of RGB (Red+Green+Blue) = 104+49+75=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #68314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68314B is #97CEB4. Grayscale: #444444. Windows color (decimal): -9948853 or 4927848. OLE color: 4927848.

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

Color convert

RGB 104 49 75 -
CMYK 0 0.53 0.28 0.59
HSL 331.64º 0.36% 0.3% -
HSV(B) 331.64º 0.53% 0.41% -
XYZ 8.08 5.65 7.32 -
YUV 68.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 104 49 75 0 0.53 0.28 0.59 331.64 0.36 0.3
Hex 68 31 4B 0 35 1C 3B 14C 24 1E
Octal 150 61 113 0 65 34 73 514 44 36
Binary 1101000 110001 1001011 0 110101 11100 111011 101001100 100100 11110

Color Harmonies of #68314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68314B

Black with #68314B

Text Example


Text Example

White with #68314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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