Html Css Color HEX #613148 Tawny Port

📋 copy color: '#613148'

red 97 ◦ green 49 ◦ blue 72

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

Shades of Tawny Port #613148

Tints of Tawny Port #613148

RGB

 RED value IS 97 (38.28% from 255) = 44.5%

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

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

R = 44.5%
G = 22.48%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#613148 (or 0x613148) is known color: Tawny Port. HEX triplet: 61, 31 and 48. RGB value is (97,49,72). Sum of RGB (Red+Green+Blue) = 97+49+72=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613148 is #9ECEB7. Grayscale: #414141. Windows color (decimal): -10407608 or 4731233. OLE color: 4731233.

HSL color Cylindrical-coordinate representation of color #613148: hue angle of 331.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613148 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 72 -
CMYK 0 0.49 0.26 0.62
HSL 331.25º 0.33% 0.29% -
HSV(B) 331.25º 0.49% 0.38% -
XYZ 7.2 5.21 6.76 -
YUV 65.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 97 49 72 0 0.49 0.26 0.62 331.25 0.33 0.29
Hex 61 31 48 0 31 1A 3E 14B 21 1D
Octal 141 61 110 0 61 32 76 513 41 35
Binary 1100001 110001 1001000 0 110001 11010 111110 101001011 100001 11101

Color Harmonies of #613148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613148

Black with #613148

Text Example


Text Example

White with #613148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613148; }

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

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

background-color css

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

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

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

border-color css

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

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

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