Html Css Color HEX #683148 Tawny Port

📋 copy color: '#683148'

red 104 ◦ green 49 ◦ blue 72

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

Shades of Tawny Port #683148

Tints of Tawny Port #683148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32%

R = 46.22%
G = 21.78%
B = 32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#683148 (or 0x683148) is known color: Tawny Port. HEX triplet: 68, 31 and 48. RGB value is (104,49,72). Sum of RGB (Red+Green+Blue) = 104+49+72=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683148 is #97CEB7. Grayscale: #444444. Windows color (decimal): -9948856 or 4731240. OLE color: 4731240.

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

Color convert

RGB 104 49 72 -
CMYK 0 0.53 0.31 0.59
HSL 334.91º 0.36% 0.3% -
HSV(B) 334.91º 0.53% 0.41% -
XYZ 7.98 5.61 6.79 -
YUV 68.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 104 49 72 0 0.53 0.31 0.59 334.91 0.36 0.3
Hex 68 31 48 0 35 1F 3B 14F 24 1E
Octal 150 61 110 0 65 37 73 517 44 36
Binary 1101000 110001 1001000 0 110101 11111 111011 101001111 100100 11110

Color Harmonies of #683148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683148

Black with #683148

Text Example


Text Example

White with #683148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683148; }

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

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

background-color css

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

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

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

border-color css

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

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

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