Html Css Color HEX #613047 Tawny Port

📋 copy color: '#613047'

red 97 ◦ green 48 ◦ blue 71

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

Shades of Tawny Port #613047

Tints of Tawny Port #613047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 44.91%
G = 22.22%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#613047 (or 0x613047) is known color: Tawny Port. HEX triplet: 61, 30 and 47. RGB value is (97,48,71). Sum of RGB (Red+Green+Blue) = 97+48+71=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613047 is #9ECFB8. Grayscale: #414141. Windows color (decimal): -10407865 or 4665441. OLE color: 4665441.

HSL color Cylindrical-coordinate representation of color #613047: hue angle of 331.84º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613047 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 71 -
CMYK 0 0.51 0.27 0.62
HSL 331.84º 0.34% 0.28% -
HSV(B) 331.84º 0.51% 0.38% -
XYZ 7.12 5.11 6.57 -
YUV 65.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 97 48 71 0 0.51 0.27 0.62 331.84 0.34 0.28
Hex 61 30 47 0 33 1B 3E 14C 22 1C
Octal 141 60 107 0 63 33 76 514 42 34
Binary 1100001 110000 1000111 0 110011 11011 111110 101001100 100010 11100

Color Harmonies of #613047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613047

Black with #613047

Text Example


Text Example

White with #613047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613047; }

 p { color: rgb(97,48,71); }

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

background-color css

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

 a { background-color: rgb(97,48,71); }

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

border-color css

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

 span { border-color: rgb(97,48,71); }

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