Html Css Color HEX #68304B Tawny Port

📋 copy color: '#68304B'

red 104 ◦ green 48 ◦ blue 75

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

Shades of Tawny Port #68304B

Tints of Tawny Port #68304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 45.81%
G = 21.15%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68304B (or 0x68304B) is known color: Tawny Port. HEX triplet: 68, 30 and 4B. RGB value is (104,48,75). Sum of RGB (Red+Green+Blue) = 104+48+75=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #68304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68304B is #97CFB4. Grayscale: #434343. Windows color (decimal): -9949109 or 4927592. OLE color: 4927592.

HSL color Cylindrical-coordinate representation of color #68304B: hue angle of 331.07º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68304B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 75 -
CMYK 0 0.54 0.28 0.59
HSL 331.07º 0.37% 0.3% -
HSV(B) 331.07º 0.54% 0.41% -
XYZ 8.04 5.56 7.31 -
YUV 67.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 104 48 75 0 0.54 0.28 0.59 331.07 0.37 0.3
Hex 68 30 4B 0 36 1C 3B 14B 25 1E
Octal 150 60 113 0 66 34 73 513 45 36
Binary 1101000 110000 1001011 0 110110 11100 111011 101001011 100101 11110

Color Harmonies of #68304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68304B

Black with #68304B

Text Example


Text Example

White with #68304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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