Html Css Color HEX #60304A Tawny Port

📋 copy color: '#60304A'

red 96 ◦ green 48 ◦ blue 74

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

Shades of Tawny Port #60304A

Tints of Tawny Port #60304A

RGB

 RED value IS 96 (37.89% from 255) = 44.04%

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 44.04%
G = 22.02%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#60304A (or 0x60304A) is known color: Tawny Port. HEX triplet: 60, 30 and 4A. RGB value is (96,48,74). Sum of RGB (Red+Green+Blue) = 96+48+74=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #60304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60304A is #9FCFB5. Grayscale: #414141. Windows color (decimal): -10473398 or 4862048. OLE color: 4862048.

HSL color Cylindrical-coordinate representation of color #60304A: hue angle of 327.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60304A is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 74 -
CMYK 0 0.50 0.23 0.62
HSL 327.5º 0.33% 0.28% -
HSV(B) 327.5º 0.5% 0.38% -
XYZ 7.12 5.1 7.09 -
YUV 65.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 96 48 74 0 0.50 0.23 0.62 327.5 0.33 0.28
Hex 60 30 4A 0 32 17 3E 148 21 1C
Octal 140 60 112 0 62 27 76 510 41 34
Binary 1100000 110000 1001010 0 110010 10111 111110 101001000 100001 11100

Color Harmonies of #60304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60304A

Black with #60304A

Text Example


Text Example

White with #60304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60304A; }

 p { color: rgb(96,48,74); }

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

background-color css

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

 a { background-color: rgb(96,48,74); }

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

border-color css

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

 span { border-color: rgb(96,48,74); }

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