Html Css Color HEX #613445 Tawny Port

📋 copy color: '#613445'

red 97 ◦ green 52 ◦ blue 69

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

Shades of Tawny Port #613445

Tints of Tawny Port #613445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 44.5%
G = 23.85%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#613445 (or 0x613445) is known color: Tawny Port. HEX triplet: 61, 34 and 45. RGB value is (97,52,69). Sum of RGB (Red+Green+Blue) = 97+52+69=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613445 is #9ECBBA. Grayscale: #434343. Windows color (decimal): -10406843 or 4535393. OLE color: 4535393.

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

Color convert

RGB 97 52 69 -
CMYK 0 0.46 0.29 0.62
HSL 337.33º 0.3% 0.29% -
HSV(B) 337.33º 0.46% 0.38% -
XYZ 7.23 5.43 6.3 -
YUV 67.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 97 52 69 0 0.46 0.29 0.62 337.33 0.3 0.29
Hex 61 34 45 0 2E 1D 3E 151 1E 1D
Octal 141 64 105 0 56 35 76 521 36 35
Binary 1100001 110100 1000101 0 101110 11101 111110 101010001 11110 11101

Color Harmonies of #613445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613445

Black with #613445

Text Example


Text Example

White with #613445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613445; }

 p { color: rgb(97,52,69); }

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

background-color css

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

 a { background-color: rgb(97,52,69); }

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

border-color css

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

 span { border-color: rgb(97,52,69); }

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